Html Css Color HEX #E0D504 Sunflower

📋 copy color: '#E0D504'

red 224 ◦ green 213 ◦ blue 4

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

Shades of Sunflower #E0D504

Tints of Sunflower #E0D504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.3%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 50.79%
G = 48.3%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0D504 (or 0xE0D504) is known color: Sunflower. HEX triplet: E0, D5 and 04. RGB value is (224,213,4). Sum of RGB (Red+Green+Blue) = 224+213+4=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D504 is #1F2AFB. Grayscale: #C1C1C1. Windows color (decimal): -2042620 or 316896. OLE color: 316896.

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

Color convert

RGB 224 213 4 -
CMYK 0 0.05 0.98 0.12
HSL 57º 0.96% 0.45% -
HSV(B) 57º 0.98% 0.88% -
XYZ 54.56 63.44 9.49 -
YUV 192.46 21.64 150.49 -
System Red Green Blue C M Y K H S L
Decimal 224 213 4 0 0.05 0.98 0.12 57 0.96 0.45
Hex E0 D5 4 0 5 62 C 39 60 2D
Octal 340 325 4 0 5 142 14 71 140 55
Binary 11100000 11010101 100 0 101 1100010 1100 111001 1100000 101101

Color Harmonies of #E0D504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D504

Black with #E0D504

Text Example


Text Example

White with #E0D504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D504; }

 p { color: rgb(224,213,4); }

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

background-color css

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

 a { background-color: rgb(224,213,4); }

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

border-color css

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

 span { border-color: rgb(224,213,4); }

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