Html Css Color HEX #EEA30A Gamboge

📋 copy color: '#EEA30A'

red 238 ◦ green 163 ◦ blue 10

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

Shades of Gamboge #EEA30A

Tints of Gamboge #EEA30A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.66%

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

R = 57.91%
G = 39.66%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEA30A (or 0xEEA30A) is known color: Gamboge. HEX triplet: EE, A3 and 0A. RGB value is (238,163,10). Sum of RGB (Red+Green+Blue) = 238+163+10=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA30A is #115CF5. Grayscale: #A8A8A8. Windows color (decimal): -1137910 or 697326. OLE color: 697326.

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

Color convert

RGB 238 163 10 -
CMYK 0 0.32 0.96 0.07
HSL 40.26º 0.92% 0.49% -
HSV(B) 40.26º 0.96% 0.93% -
XYZ 48.41 44.39 6.3 -
YUV 167.98 38.85 177.94 -
System Red Green Blue C M Y K H S L
Decimal 238 163 10 0 0.32 0.96 0.07 40.26 0.92 0.49
Hex EE A3 A 0 20 60 7 28 5C 31
Octal 356 243 12 0 40 140 7 50 134 61
Binary 11101110 10100011 1010 0 100000 1100000 111 101000 1011100 110001

Color Harmonies of #EEA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA30A

Black with #EEA30A

Text Example


Text Example

White with #EEA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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