Html Css Color HEX #E5CE0E Sunflower

📋 copy color: '#E5CE0E'

red 229 ◦ green 206 ◦ blue 14

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

Shades of Sunflower #E5CE0E

Tints of Sunflower #E5CE0E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.88%

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

R = 51%
G = 45.88%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5CE0E (or 0xE5CE0E) is known color: Sunflower. HEX triplet: E5, CE and 0E. RGB value is (229,206,14). Sum of RGB (Red+Green+Blue) = 229+206+14=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CE0E is #1A31F1. Grayscale: #BFBFBF. Windows color (decimal): -1716722 or 970469. OLE color: 970469.

HSL color Cylindrical-coordinate representation of color #E5CE0E: hue angle of 53.58º 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 #E5CE0E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 206 14 -
CMYK 0 0.10 0.94 0.10
HSL 53.58º 0.88% 0.48% -
HSV(B) 53.58º 0.94% 0.9% -
XYZ 54.46 60.83 9.29 -
YUV 190.99 28.12 155.11 -
System Red Green Blue C M Y K H S L
Decimal 229 206 14 0 0.10 0.94 0.10 53.58 0.88 0.48
Hex E5 CE E 0 A 5E A 36 58 30
Octal 345 316 16 0 12 136 12 66 130 60
Binary 11100101 11001110 1110 0 1010 1011110 1010 110110 1011000 110000

Color Harmonies of #E5CE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CE0E

Black with #E5CE0E

Text Example


Text Example

White with #E5CE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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