Html Css Color HEX #E0D405 Sunflower

📋 copy color: '#E0D405'

red 224 ◦ green 212 ◦ blue 5

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

Shades of Sunflower #E0D405

Tints of Sunflower #E0D405

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.07%

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

R = 50.79%
G = 48.07%
B = 1.13%

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

#E0D405 (or 0xE0D405) is known color: Sunflower. HEX triplet: E0, D4 and 05. RGB value is (224,212,5). Sum of RGB (Red+Green+Blue) = 224+212+5=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D405 is #1F2BFA. Grayscale: #C0C0C0. Windows color (decimal): -2042875 or 382176. OLE color: 382176.

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

Color convert

RGB 224 212 5 -
CMYK 0 0.05 0.98 0.12
HSL 56.71º 0.96% 0.45% -
HSV(B) 56.71º 0.98% 0.88% -
XYZ 54.31 62.95 9.43 -
YUV 191.99 22.48 150.83 -
System Red Green Blue C M Y K H S L
Decimal 224 212 5 0 0.05 0.98 0.12 56.71 0.96 0.45
Hex E0 D4 5 0 5 62 C 39 60 2D
Octal 340 324 5 0 5 142 14 71 140 55
Binary 11100000 11010100 101 0 101 1100010 1100 111001 1100000 101101

Color Harmonies of #E0D405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D405

Black with #E0D405

Text Example


Text Example

White with #E0D405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D405; }

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

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

background-color css

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

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

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

border-color css

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

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

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