Html Css Color HEX #EEA30E Gamboge

📋 copy color: '#EEA30E'

red 238 ◦ green 163 ◦ blue 14

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

Shades of Gamboge #EEA30E

Tints of Gamboge #EEA30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 57.35%
G = 39.28%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEA30E (or 0xEEA30E) is known color: Gamboge. HEX triplet: EE, A3 and 0E. RGB value is (238,163,14). Sum of RGB (Red+Green+Blue) = 238+163+14=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA30E is #115CF1. Grayscale: #A9A9A9. Windows color (decimal): -1137906 or 959470. OLE color: 959470.

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

Color convert

RGB 238 163 14 -
CMYK 0 0.32 0.94 0.07
HSL 39.91º 0.89% 0.49% -
HSV(B) 39.91º 0.94% 0.93% -
XYZ 48.44 44.4 6.43 -
YUV 168.44 40.85 177.62 -
System Red Green Blue C M Y K H S L
Decimal 238 163 14 0 0.32 0.94 0.07 39.91 0.89 0.49
Hex EE A3 E 0 20 5E 7 28 59 31
Octal 356 243 16 0 40 136 7 50 131 61
Binary 11101110 10100011 1110 0 100000 1011110 111 101000 1011001 110001

Color Harmonies of #EEA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA30E

Black with #EEA30E

Text Example


Text Example

White with #EEA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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