Html Css Color HEX #EEA40A Gamboge

📋 copy color: '#EEA40A'

red 238 ◦ green 164 ◦ blue 10

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

Shades of Gamboge #EEA40A

Tints of Gamboge #EEA40A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

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

R = 57.77%
G = 39.81%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEA40A (or 0xEEA40A) is known color: Gamboge. HEX triplet: EE, A4 and 0A. RGB value is (238,164,10). Sum of RGB (Red+Green+Blue) = 238+164+10=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA40A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA40A is #115BF5. Grayscale: #A9A9A9. Windows color (decimal): -1137654 or 697582. OLE color: 697582.

HSL color Cylindrical-coordinate representation of color #EEA40A: hue angle of 40.53º 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 #EEA40A is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 164 10 -
CMYK 0 0.31 0.96 0.07
HSL 40.53º 0.92% 0.49% -
HSV(B) 40.53º 0.96% 0.93% -
XYZ 48.59 44.75 6.36 -
YUV 168.57 38.52 177.52 -
System Red Green Blue C M Y K H S L
Decimal 238 164 10 0 0.31 0.96 0.07 40.53 0.92 0.49
Hex EE A4 A 0 1F 60 7 29 5C 31
Octal 356 244 12 0 37 140 7 51 134 61
Binary 11101110 10100100 1010 0 11111 1100000 111 101001 1011100 110001

Color Harmonies of #EEA40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA40A

Black with #EEA40A

Text Example


Text Example

White with #EEA40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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