Html Css Color HEX #E0D108 Sunflower

📋 copy color: '#E0D108'

red 224 ◦ green 209 ◦ blue 8

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

Shades of Sunflower #E0D108

Tints of Sunflower #E0D108

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.39%

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 50.79%
G = 47.39%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0D108 (or 0xE0D108) is known color: Sunflower. HEX triplet: E0, D1 and 08. RGB value is (224,209,8). Sum of RGB (Red+Green+Blue) = 224+209+8=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D108 is #1F2EF7. Grayscale: #BFBFBF. Windows color (decimal): -2043640 or 578016. OLE color: 578016.

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

Color convert

RGB 224 209 8 -
CMYK 0 0.07 0.96 0.12
HSL 55.83º 0.93% 0.45% -
HSV(B) 55.83º 0.96% 0.88% -
XYZ 53.58 61.47 9.27 -
YUV 190.57 24.97 151.84 -
System Red Green Blue C M Y K H S L
Decimal 224 209 8 0 0.07 0.96 0.12 55.83 0.93 0.45
Hex E0 D1 8 0 7 60 C 38 5D 2D
Octal 340 321 10 0 7 140 14 70 135 55
Binary 11100000 11010001 1000 0 111 1100000 1100 111000 1011101 101101

Color Harmonies of #E0D108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D108

Black with #E0D108

Text Example


Text Example

White with #E0D108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D108; }

 p { color: rgb(224,209,8); }

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

background-color css

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

 a { background-color: rgb(224,209,8); }

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

border-color css

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

 span { border-color: rgb(224,209,8); }

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