Html Css Color HEX #E0D70C Sunflower

📋 copy color: '#E0D70C'

red 224 ◦ green 215 ◦ blue 12

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

Shades of Sunflower #E0D70C

Tints of Sunflower #E0D70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.67%

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

R = 49.67%
G = 47.67%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0D70C (or 0xE0D70C) is known color: Sunflower. HEX triplet: E0, D7 and 0C. RGB value is (224,215,12). Sum of RGB (Red+Green+Blue) = 224+215+12=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D70C is #1F28F3. Grayscale: #C3C3C3. Windows color (decimal): -2042100 or 841696. OLE color: 841696.

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

Color convert

RGB 224 215 12 -
CMYK 0 0.04 0.95 0.12
HSL 57.45º 0.9% 0.46% -
HSV(B) 57.45º 0.95% 0.88% -
XYZ 55.11 64.47 9.89 -
YUV 194.55 24.98 149.01 -
System Red Green Blue C M Y K H S L
Decimal 224 215 12 0 0.04 0.95 0.12 57.45 0.9 0.46
Hex E0 D7 C 0 4 5F C 39 5A 2E
Octal 340 327 14 0 4 137 14 71 132 56
Binary 11100000 11010111 1100 0 100 1011111 1100 111001 1011010 101110

Color Harmonies of #E0D70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D70C

Black with #E0D70C

Text Example


Text Example

White with #E0D70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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