Html Css Color HEX #E5D30E Sunflower

📋 copy color: '#E5D30E'

red 229 ◦ green 211 ◦ blue 14

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

Shades of Sunflower #E5D30E

Tints of Sunflower #E5D30E

RGB

 RED value IS 229 (89.84% from 255) = 50.44%

 GREEN value IS 211 (82.81% from 255) = 46.48%

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 50.44%
G = 46.48%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5D30E (or 0xE5D30E) is known color: Sunflower. HEX triplet: E5, D3 and 0E. RGB value is (229,211,14). Sum of RGB (Red+Green+Blue) = 229+211+14=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D30E is #1A2CF1. Grayscale: #C2C2C2. Windows color (decimal): -1715442 or 971749. OLE color: 971749.

HSL color Cylindrical-coordinate representation of color #E5D30E: hue angle of 54.98º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5D30E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 211 14 -
CMYK 0 0.08 0.94 0.10
HSL 54.98º 0.88% 0.48% -
HSV(B) 54.98º 0.94% 0.9% -
XYZ 55.69 63.28 9.69 -
YUV 193.92 26.46 153.02 -
System Red Green Blue C M Y K H S L
Decimal 229 211 14 0 0.08 0.94 0.10 54.98 0.88 0.48
Hex E5 D3 E 0 8 5E A 37 58 30
Octal 345 323 16 0 10 136 12 67 130 60
Binary 11100101 11010011 1110 0 1000 1011110 1010 110111 1011000 110000

Color Harmonies of #E5D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D30E

Black with #E5D30E

Text Example


Text Example

White with #E5D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D30E; }

 p { color: rgb(229,211,14); }

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

background-color css

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

 a { background-color: rgb(229,211,14); }

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

border-color css

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

 span { border-color: rgb(229,211,14); }

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