Html Css Color HEX #E8AD02 Gamboge

📋 copy color: '#E8AD02'

red 232 ◦ green 173 ◦ blue 2

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

Shades of Gamboge #E8AD02

Tints of Gamboge #E8AD02

RGB

 RED value IS 232 (91.02% from 255) = 57%

 GREEN value IS 173 (67.97% from 255) = 42.51%

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

R = 57%
G = 42.51%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E8AD02 (or 0xE8AD02) is known color: Gamboge. HEX triplet: E8, AD and 02. RGB value is (232,173,2). Sum of RGB (Red+Green+Blue) = 232+173+2=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AD02 is #1752FD. Grayscale: #ABABAB. Windows color (decimal): -1528574 or 175592. OLE color: 175592.

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

Color convert

RGB 232 173 2 -
CMYK 0 0.25 0.99 0.09
HSL 44.61º 0.98% 0.46% -
HSV(B) 44.61º 0.99% 0.91% -
XYZ 48.23 47.05 6.6 -
YUV 171.15 32.55 171.4 -
System Red Green Blue C M Y K H S L
Decimal 232 173 2 0 0.25 0.99 0.09 44.61 0.98 0.46
Hex E8 AD 2 0 19 63 9 2D 62 2E
Octal 350 255 2 0 31 143 11 55 142 56
Binary 11101000 10101101 10 0 11001 1100011 1001 101101 1100010 101110

Color Harmonies of #E8AD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD02

Black with #E8AD02

Text Example


Text Example

White with #E8AD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD02; }

 p { color: rgb(232,173,2); }

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

background-color css

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

 a { background-color: rgb(232,173,2); }

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

border-color css

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

 span { border-color: rgb(232,173,2); }

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