Html Css Color HEX #E0D00C Sunflower

📋 copy color: '#E0D00C'

red 224 ◦ green 208 ◦ blue 12

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

Shades of Sunflower #E0D00C

Tints of Sunflower #E0D00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.85%

 BLUE value IS 12 (5.08% from 255) = 2.7%

R = 50.45%
G = 46.85%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0D00C (or 0xE0D00C) is known color: Sunflower. HEX triplet: E0, D0 and 0C. RGB value is (224,208,12). Sum of RGB (Red+Green+Blue) = 224+208+12=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D00C is #1F2FF3. Grayscale: #BFBFBF. Windows color (decimal): -2043892 or 839904. OLE color: 839904.

HSL color Cylindrical-coordinate representation of color #E0D00C: hue angle of 55.47º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0D00C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 208 12 -
CMYK 0 0.07 0.95 0.12
HSL 55.47º 0.9% 0.46% -
HSV(B) 55.47º 0.95% 0.88% -
XYZ 53.36 60.99 9.31 -
YUV 190.44 27.3 151.94 -
System Red Green Blue C M Y K H S L
Decimal 224 208 12 0 0.07 0.95 0.12 55.47 0.9 0.46
Hex E0 D0 C 0 7 5F C 37 5A 2E
Octal 340 320 14 0 7 137 14 67 132 56
Binary 11100000 11010000 1100 0 111 1011111 1100 110111 1011010 101110

Color Harmonies of #E0D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D00C

Black with #E0D00C

Text Example


Text Example

White with #E0D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D00C; }

 p { color: rgb(224,208,12); }

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

background-color css

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

 a { background-color: rgb(224,208,12); }

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

border-color css

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

 span { border-color: rgb(224,208,12); }

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