Html Css Color HEX #E0BC12 Sunflower

📋 copy color: '#E0BC12'

red 224 ◦ green 188 ◦ blue 18

#E0BC12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #E0BC12

Tints of Sunflower #E0BC12

RGB

 RED value IS 224 (87.89% from 255) = 52.09%

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 18 (7.42% from 255) = 4.19%

R = 52.09%
G = 43.72%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0BC12 (or 0xE0BC12) is known color: Sunflower. HEX triplet: E0, BC and 12. RGB value is (224,188,18). Sum of RGB (Red+Green+Blue) = 224+188+18=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BC12 is #1F43ED. Grayscale: #B4B4B4. Windows color (decimal): -2049006 or 1228000. OLE color: 1228000.

HSL color Cylindrical-coordinate representation of color #E0BC12: hue angle of 49.51º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0BC12 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 18 -
CMYK 0 0.16 0.92 0.12
HSL 49.51º 0.85% 0.47% -
HSV(B) 49.51º 0.92% 0.88% -
XYZ 48.83 51.86 8.01 -
YUV 179.38 36.93 159.82 -
System Red Green Blue C M Y K H S L
Decimal 224 188 18 0 0.16 0.92 0.12 49.51 0.85 0.47
Hex E0 BC 12 0 10 5C C 32 55 2F
Octal 340 274 22 0 20 134 14 62 125 57
Binary 11100000 10111100 10010 0 10000 1011100 1100 110010 1010101 101111

Color Harmonies of #E0BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC12

Black with #E0BC12

Text Example


Text Example

White with #E0BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC12; }

 p { color: rgb(224,188,18); }

 H1.HeaderClassName
 {
   color: #E0BC12;
 }
 .AnyTagClassName
 {
   color: #E0BC12;
 }
</style>

background-color css

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

 a { background-color: rgb(224,188,18); }

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

border-color css

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

 span { border-color: rgb(224,188,18); }

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