Html Css Color HEX #EEA00A Gamboge

📋 copy color: '#EEA00A'

red 238 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #EEA00A

Tints of Gamboge #EEA00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.45%

R = 58.33%
G = 39.22%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEA00A (or 0xEEA00A) is known color: Gamboge. HEX triplet: EE, A0 and 0A. RGB value is (238,160,10). Sum of RGB (Red+Green+Blue) = 238+160+10=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA00A is #115FF5. Grayscale: #A6A6A6. Windows color (decimal): -1138678 or 696558. OLE color: 696558.

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

Color convert

RGB 238 160 10 -
CMYK 0 0.33 0.96 0.07
HSL 39.47º 0.92% 0.49% -
HSV(B) 39.47º 0.96% 0.93% -
XYZ 47.89 43.34 6.13 -
YUV 166.22 39.84 179.2 -
System Red Green Blue C M Y K H S L
Decimal 238 160 10 0 0.33 0.96 0.07 39.47 0.92 0.49
Hex EE A0 A 0 21 60 7 27 5C 31
Octal 356 240 12 0 41 140 7 47 134 61
Binary 11101110 10100000 1010 0 100001 1100000 111 100111 1011100 110001

Color Harmonies of #EEA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA00A

Black with #EEA00A

Text Example


Text Example

White with #EEA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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