Html Css Color HEX #E5AB02 Gamboge

📋 copy color: '#E5AB02'

red 229 ◦ green 171 ◦ blue 2

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

Shades of Gamboge #E5AB02

Tints of Gamboge #E5AB02

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 56.97%
G = 42.54%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5AB02 (or 0xE5AB02) is known color: Gamboge. HEX triplet: E5, AB and 02. RGB value is (229,171,2). Sum of RGB (Red+Green+Blue) = 229+171+2=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AB02 is #1A54FD. Grayscale: #A9A9A9. Windows color (decimal): -1725694 or 175077. OLE color: 175077.

HSL color Cylindrical-coordinate representation of color #E5AB02: hue angle of 44.67º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5AB02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 171 2 -
CMYK 0 0.25 0.99 0.10
HSL 44.67º 0.98% 0.45% -
HSV(B) 44.67º 0.99% 0.9% -
XYZ 46.89 45.79 6.42 -
YUV 169.08 33.72 170.74 -
System Red Green Blue C M Y K H S L
Decimal 229 171 2 0 0.25 0.99 0.10 44.67 0.98 0.45
Hex E5 AB 2 0 19 63 A 2D 62 2D
Octal 345 253 2 0 31 143 12 55 142 55
Binary 11100101 10101011 10 0 11001 1100011 1010 101101 1100010 101101

Color Harmonies of #E5AB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AB02

Black with #E5AB02

Text Example


Text Example

White with #E5AB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AB02; }

 p { color: rgb(229,171,2); }

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

background-color css

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

 a { background-color: rgb(229,171,2); }

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

border-color css

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

 span { border-color: rgb(229,171,2); }

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