Html Css Color HEX #EEA003 Gamboge

📋 copy color: '#EEA003'

red 238 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #EEA003

Tints of Gamboge #EEA003

RGB

 RED value IS 238 (93.36% from 255) = 59.35%

 GREEN value IS 160 (62.89% from 255) = 39.9%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 59.35%
G = 39.9%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEA003 (or 0xEEA003) is known color: Gamboge. HEX triplet: EE, A0 and 03. RGB value is (238,160,3). Sum of RGB (Red+Green+Blue) = 238+160+3=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA003 is #115FFC. Grayscale: #A6A6A6. Windows color (decimal): -1138685 or 237806. OLE color: 237806.

HSL color Cylindrical-coordinate representation of color #EEA003: hue angle of 40.09º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEA003 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 3 -
CMYK 0 0.33 0.99 0.07
HSL 40.09º 0.98% 0.47% -
HSV(B) 40.09º 0.99% 0.93% -
XYZ 47.85 43.33 5.93 -
YUV 165.42 36.34 179.77 -
System Red Green Blue C M Y K H S L
Decimal 238 160 3 0 0.33 0.99 0.07 40.09 0.98 0.47
Hex EE A0 3 0 21 63 7 28 62 2F
Octal 356 240 3 0 41 143 7 50 142 57
Binary 11101110 10100000 11 0 100001 1100011 111 101000 1100010 101111

Color Harmonies of #EEA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA003

Black with #EEA003

Text Example


Text Example

White with #EEA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA003; }

 p { color: rgb(238,160,3); }

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

background-color css

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

 a { background-color: rgb(238,160,3); }

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

border-color css

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

 span { border-color: rgb(238,160,3); }

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