Html Css Color HEX #E0D605 Sunflower

📋 copy color: '#E0D605'

red 224 ◦ green 214 ◦ blue 5

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

Shades of Sunflower #E0D605

Tints of Sunflower #E0D605

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.31%

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 50.56%
G = 48.31%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0D605 (or 0xE0D605) is known color: Sunflower. HEX triplet: E0, D6 and 05. RGB value is (224,214,5). Sum of RGB (Red+Green+Blue) = 224+214+5=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D605 is #1F29FA. Grayscale: #C2C2C2. Windows color (decimal): -2042363 or 382688. OLE color: 382688.

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

Color convert

RGB 224 214 5 -
CMYK 0 0.04 0.98 0.12
HSL 57.26º 0.96% 0.45% -
HSV(B) 57.26º 0.98% 0.88% -
XYZ 54.81 63.95 9.6 -
YUV 193.16 21.81 149.99 -
System Red Green Blue C M Y K H S L
Decimal 224 214 5 0 0.04 0.98 0.12 57.26 0.96 0.45
Hex E0 D6 5 0 4 62 C 39 60 2D
Octal 340 326 5 0 4 142 14 71 140 55
Binary 11100000 11010110 101 0 100 1100010 1100 111001 1100000 101101

Color Harmonies of #E0D605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D605

Black with #E0D605

Text Example


Text Example

White with #E0D605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D605; }

 p { color: rgb(224,214,5); }

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

background-color css

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

 a { background-color: rgb(224,214,5); }

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

border-color css

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

 span { border-color: rgb(224,214,5); }

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