Html Css Color HEX #E0D705 Sunflower

📋 copy color: '#E0D705'

red 224 ◦ green 215 ◦ blue 5

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

Shades of Sunflower #E0D705

Tints of Sunflower #E0D705

RGB

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

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

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

R = 50.45%
G = 48.42%
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

#E0D705 (or 0xE0D705) is known color: Sunflower. HEX triplet: E0, D7 and 05. RGB value is (224,215,5). Sum of RGB (Red+Green+Blue) = 224+215+5=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D705 is #1F28FA. Grayscale: #C2C2C2. Windows color (decimal): -2042107 or 382944. OLE color: 382944.

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

Color convert

RGB 224 215 5 -
CMYK 0 0.04 0.98 0.12
HSL 57.53º 0.96% 0.45% -
HSV(B) 57.53º 0.98% 0.88% -
XYZ 55.07 64.46 9.68 -
YUV 193.75 21.48 149.58 -
System Red Green Blue C M Y K H S L
Decimal 224 215 5 0 0.04 0.98 0.12 57.53 0.96 0.45
Hex E0 D7 5 0 4 62 C 3A 60 2D
Octal 340 327 5 0 4 142 14 72 140 55
Binary 11100000 11010111 101 0 100 1100010 1100 111010 1100000 101101

Color Harmonies of #E0D705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D705

Black with #E0D705

Text Example


Text Example

White with #E0D705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D705; }

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

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

background-color css

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

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

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

border-color css

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

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

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