Html Css Color HEX #E0D214 Sunflower

📋 copy color: '#E0D214'

red 224 ◦ green 210 ◦ blue 20

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

Shades of Sunflower #E0D214

Tints of Sunflower #E0D214

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.26%

 BLUE value IS 20 (8.2% from 255) = 4.41%

R = 49.34%
G = 46.26%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E0D214 (or 0xE0D214) is known color: Sunflower. HEX triplet: E0, D2 and 14. RGB value is (224,210,20). Sum of RGB (Red+Green+Blue) = 224+210+20=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D214 is #1F2DEB. Grayscale: #C1C1C1. Windows color (decimal): -2043372 or 1364704. OLE color: 1364704.

HSL color Cylindrical-coordinate representation of color #E0D214: hue angle of 55.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0D214 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 210 20 -
CMYK 0 0.06 0.91 0.12
HSL 55.88º 0.84% 0.48% -
HSV(B) 55.88º 0.91% 0.88% -
XYZ 53.91 61.99 9.79 -
YUV 192.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 224 210 20 0 0.06 0.91 0.12 55.88 0.84 0.48
Hex E0 D2 14 0 6 5B C 38 54 30
Octal 340 322 24 0 6 133 14 70 124 60
Binary 11100000 11010010 10100 0 110 1011011 1100 111000 1010100 110000

Color Harmonies of #E0D214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D214

Black with #E0D214

Text Example


Text Example

White with #E0D214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D214; }

 p { color: rgb(224,210,20); }

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

background-color css

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

 a { background-color: rgb(224,210,20); }

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

border-color css

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

 span { border-color: rgb(224,210,20); }

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