Html Css Color HEX #E0D70E Sunflower

📋 copy color: '#E0D70E'

red 224 ◦ green 215 ◦ blue 14

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

Shades of Sunflower #E0D70E

Tints of Sunflower #E0D70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.09%

R = 49.45%
G = 47.46%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0D70E (or 0xE0D70E) is known color: Sunflower. HEX triplet: E0, D7 and 0E. RGB value is (224,215,14). Sum of RGB (Red+Green+Blue) = 224+215+14=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D70E is #1F28F1. Grayscale: #C3C3C3. Windows color (decimal): -2042098 or 972768. OLE color: 972768.

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

Color convert

RGB 224 215 14 -
CMYK 0 0.04 0.94 0.12
HSL 57.43º 0.88% 0.47% -
HSV(B) 57.43º 0.94% 0.88% -
XYZ 55.12 64.48 9.96 -
YUV 194.78 25.98 148.84 -
System Red Green Blue C M Y K H S L
Decimal 224 215 14 0 0.04 0.94 0.12 57.43 0.88 0.47
Hex E0 D7 E 0 4 5E C 39 58 2F
Octal 340 327 16 0 4 136 14 71 130 57
Binary 11100000 11010111 1110 0 100 1011110 1100 111001 1011000 101111

Color Harmonies of #E0D70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D70E

Black with #E0D70E

Text Example


Text Example

White with #E0D70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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