Html Css Color HEX #E5A21C Gamboge

📋 copy color: '#E5A21C'

red 229 ◦ green 162 ◦ blue 28

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

Shades of Gamboge #E5A21C

Tints of Gamboge #E5A21C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

 BLUE value IS 28 (11.33% from 255) = 6.68%

R = 54.65%
G = 38.66%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5A21C (or 0xE5A21C) is known color: Gamboge. HEX triplet: E5, A2 and 1C. RGB value is (229,162,28). Sum of RGB (Red+Green+Blue) = 229+162+28=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A21C is #1A5DE3. Grayscale: #A7A7A7. Windows color (decimal): -1727972 or 1876709. OLE color: 1876709.

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

Color convert

RGB 229 162 28 -
CMYK 0 0.29 0.88 0.10
HSL 40º 0.79% 0.5% -
HSV(B) 40º 0.88% 0.9% -
XYZ 45.44 42.58 6.92 -
YUV 166.76 49.7 172.4 -
System Red Green Blue C M Y K H S L
Decimal 229 162 28 0 0.29 0.88 0.10 40 0.79 0.5
Hex E5 A2 1C 0 1D 58 A 28 4F 32
Octal 345 242 34 0 35 130 12 50 117 62
Binary 11100101 10100010 11100 0 11101 1011000 1010 101000 1001111 110010

Color Harmonies of #E5A21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A21C

Black with #E5A21C

Text Example


Text Example

White with #E5A21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A21C; }

 p { color: rgb(229,162,28); }

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

background-color css

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

 a { background-color: rgb(229,162,28); }

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

border-color css

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

 span { border-color: rgb(229,162,28); }

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