Html Css Color HEX #E4AB02 Gamboge

📋 copy color: '#E4AB02'

red 228 ◦ green 171 ◦ blue 2

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

Shades of Gamboge #E4AB02

Tints of Gamboge #E4AB02

RGB

 RED value IS 228 (89.45% from 255) = 56.86%

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

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

R = 56.86%
G = 42.64%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E4AB02 (or 0xE4AB02) is known color: Gamboge. HEX triplet: E4, AB and 02. RGB value is (228,171,2). Sum of RGB (Red+Green+Blue) = 228+171+2=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4AB02 is #1B54FD. Grayscale: #A9A9A9. Windows color (decimal): -1791230 or 175076. OLE color: 175076.

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

Color convert

RGB 228 171 2 -
CMYK 0 0.25 0.99 0.11
HSL 44.87º 0.98% 0.45% -
HSV(B) 44.87º 0.99% 0.89% -
XYZ 46.57 45.62 6.41 -
YUV 168.78 33.88 170.24 -
System Red Green Blue C M Y K H S L
Decimal 228 171 2 0 0.25 0.99 0.11 44.87 0.98 0.45
Hex E4 AB 2 0 19 63 B 2D 62 2D
Octal 344 253 2 0 31 143 13 55 142 55
Binary 11100100 10101011 10 0 11001 1100011 1011 101101 1100010 101101

Color Harmonies of #E4AB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AB02

Black with #E4AB02

Text Example


Text Example

White with #E4AB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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