Html Css Color HEX #E0BD11 Sunflower

📋 copy color: '#E0BD11'

red 224 ◦ green 189 ◦ blue 17

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

Shades of Sunflower #E0BD11

Tints of Sunflower #E0BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.95%

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

R = 52.09%
G = 43.95%
B = 3.95%

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

#E0BD11 (or 0xE0BD11) is known color: Sunflower. HEX triplet: E0, BD and 11. RGB value is (224,189,17). Sum of RGB (Red+Green+Blue) = 224+189+17=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BD11 is #1F42EE. Grayscale: #B4B4B4. Windows color (decimal): -2048751 or 1162720. OLE color: 1162720.

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

Color convert

RGB 224 189 17 -
CMYK 0 0.16 0.92 0.12
HSL 49.86º 0.86% 0.47% -
HSV(B) 49.86º 0.92% 0.88% -
XYZ 49.04 52.28 8.04 -
YUV 179.86 36.1 159.49 -
System Red Green Blue C M Y K H S L
Decimal 224 189 17 0 0.16 0.92 0.12 49.86 0.86 0.47
Hex E0 BD 11 0 10 5C C 32 56 2F
Octal 340 275 21 0 20 134 14 62 126 57
Binary 11100000 10111101 10001 0 10000 1011100 1100 110010 1010110 101111

Color Harmonies of #E0BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BD11

Black with #E0BD11

Text Example


Text Example

White with #E0BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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