#E0BE34

Color #E0BE34 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #E0BE34

Tints of Bright Sun #E0BE34

Color information

#E0BE34 (or 0xE0BE34) is unknown color: approx Bright Sun. HEX triplet: E0, BE and 34. RGB value is (224,190,52). Sum of RGB (Red+Green+Blue) = 224+190+52=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BE34 is #1F41CB. Grayscale: #B9B9B9. Windows color (decimal): -2048460 or 3456736. OLE color: 3456736.

HSL color Cylindrical-coordinate representation of color #E0BE34: hue angle of 48.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0BE34 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB22419052-
CMYK00.150.770.12
HSL48.14º73.5%54.12%-
HSV(B)48.14º76.79%87.84%-
XYZ49.7752.9210.84-
YUV184.4353.26156.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 48.07%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 52 (20.70% from 255) = 11.16%
R=48.07%
G=40.77%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241905200.150.770.1248.1473.554.12
HexE0BE340F4DC304a36
Octal34027664017115146011266
Binary111000001011111011010001111100110111001100001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BE34; }

 p { color: rgb(224,190,52); }

 H1.HeaderClassName
 {
   color: #E0BE34;
 }
 .AnyTagClassName
 {
   color: #E0BE34;
 }
</style>
background-color css

<style>
 a { background-color: #E0BE34; }

 a { background-color: rgb(224,190,52); }

 div.DivClassName
 {
   background-color: #E0BE34;
 }
 .BgClassName
 {
   background-color: #E0BE34;
 }
</style>
border-color css

<style>
 span { border-color: #E0BE34; }

 span { border-color: rgb(224,190,52); }

 td.TdClassName
 {
   border-color: #E0BE34;
 }
 .TagClassName
 {
   border-color: #E0BE34;
 }
</style>