Html Css Color HEX #E0BC11 Sunflower

📋 copy color: '#E0BC11'

red 224 ◦ green 188 ◦ blue 17

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

Shades of Sunflower #E0BC11

Tints of Sunflower #E0BC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.96%

R = 52.21%
G = 43.82%
B = 3.96%

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

#E0BC11 (or 0xE0BC11) is known color: Sunflower. HEX triplet: E0, BC and 11. RGB value is (224,188,17). Sum of RGB (Red+Green+Blue) = 224+188+17=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BC11 is #1F43EE. Grayscale: #B3B3B3. Windows color (decimal): -2049007 or 1162464. OLE color: 1162464.

HSL color Cylindrical-coordinate representation of color #E0BC11: hue angle of 49.57º degrees, saturation: 0.86, 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 #E0BC11 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 17 -
CMYK 0 0.16 0.92 0.12
HSL 49.57º 0.86% 0.47% -
HSV(B) 49.57º 0.92% 0.88% -
XYZ 48.82 51.85 7.97 -
YUV 179.27 36.43 159.9 -
System Red Green Blue C M Y K H S L
Decimal 224 188 17 0 0.16 0.92 0.12 49.57 0.86 0.47
Hex E0 BC 11 0 10 5C C 32 56 2F
Octal 340 274 21 0 20 134 14 62 126 57
Binary 11100000 10111100 10001 0 10000 1011100 1100 110010 1010110 101111

Color Harmonies of #E0BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC11

Black with #E0BC11

Text Example


Text Example

White with #E0BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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