Html Css Color HEX #E0AB02 Gamboge

📋 copy color: '#E0AB02'

red 224 ◦ green 171 ◦ blue 2

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

Shades of Gamboge #E0AB02

Tints of Gamboge #E0AB02

RGB

 RED value IS 224 (87.89% from 255) = 56.42%

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

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

R = 56.42%
G = 43.07%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E0AB02 (or 0xE0AB02) is known color: Gamboge. HEX triplet: E0, AB and 02. RGB value is (224,171,2). Sum of RGB (Red+Green+Blue) = 224+171+2=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AB02 is #1F54FD. Grayscale: #A8A8A8. Windows color (decimal): -2053374 or 175072. OLE color: 175072.

HSL color Cylindrical-coordinate representation of color #E0AB02: hue angle of 45.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0AB02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 171 2 -
CMYK 0 0.24 0.99 0.12
HSL 45.68º 0.98% 0.44% -
HSV(B) 45.68º 0.99% 0.88% -
XYZ 45.31 44.98 6.35 -
YUV 167.58 34.56 168.24 -
System Red Green Blue C M Y K H S L
Decimal 224 171 2 0 0.24 0.99 0.12 45.68 0.98 0.44
Hex E0 AB 2 0 18 63 C 2E 62 2C
Octal 340 253 2 0 30 143 14 56 142 54
Binary 11100000 10101011 10 0 11000 1100011 1100 101110 1100010 101100

Color Harmonies of #E0AB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB02

Black with #E0AB02

Text Example


Text Example

White with #E0AB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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