Html Css Color HEX #E5CA16 Sunflower

📋 copy color: '#E5CA16'

red 229 ◦ green 202 ◦ blue 22

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

Shades of Sunflower #E5CA16

Tints of Sunflower #E5CA16

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.59%

 BLUE value IS 22 (8.98% from 255) = 4.86%

R = 50.55%
G = 44.59%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E5CA16 (or 0xE5CA16) is known color: Sunflower. HEX triplet: E5, CA and 16. RGB value is (229,202,22). Sum of RGB (Red+Green+Blue) = 229+202+22=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CA16 is #1A35E9. Grayscale: #BEBEBE. Windows color (decimal): -1717738 or 1493733. OLE color: 1493733.

HSL color Cylindrical-coordinate representation of color #E5CA16: hue angle of 52.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5CA16 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 202 22 -
CMYK 0 0.12 0.90 0.10
HSL 52.17º 0.82% 0.49% -
HSV(B) 52.17º 0.9% 0.9% -
XYZ 53.58 58.96 9.32 -
YUV 189.55 33.45 156.14 -
System Red Green Blue C M Y K H S L
Decimal 229 202 22 0 0.12 0.90 0.10 52.17 0.82 0.49
Hex E5 CA 16 0 C 5A A 34 52 31
Octal 345 312 26 0 14 132 12 64 122 61
Binary 11100101 11001010 10110 0 1100 1011010 1010 110100 1010010 110001

Color Harmonies of #E5CA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CA16

Black with #E5CA16

Text Example


Text Example

White with #E5CA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CA16; }

 p { color: rgb(229,202,22); }

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

background-color css

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

 a { background-color: rgb(229,202,22); }

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

border-color css

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

 span { border-color: rgb(229,202,22); }

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