Html Css Color HEX #EE9A0D Gamboge

📋 copy color: '#EE9A0D'

red 238 ◦ green 154 ◦ blue 13

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

Shades of Gamboge #EE9A0D

Tints of Gamboge #EE9A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.02%

 BLUE value IS 13 (5.47% from 255) = 3.21%

R = 58.77%
G = 38.02%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE9A0D (or 0xEE9A0D) is known color: Gamboge. HEX triplet: EE, 9A and 0D. RGB value is (238,154,13). Sum of RGB (Red+Green+Blue) = 238+154+13=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9A0D is #1165F2. Grayscale: #A3A3A3. Windows color (decimal): -1140211 or 891630. OLE color: 891630.

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

Color convert

RGB 238 154 13 -
CMYK 0 0.35 0.95 0.07
HSL 37.6º 0.9% 0.49% -
HSV(B) 37.6º 0.95% 0.93% -
XYZ 46.89 41.32 5.88 -
YUV 163.04 43.33 181.46 -
System Red Green Blue C M Y K H S L
Decimal 238 154 13 0 0.35 0.95 0.07 37.6 0.9 0.49
Hex EE 9A D 0 23 5F 7 26 5A 31
Octal 356 232 15 0 43 137 7 46 132 61
Binary 11101110 10011010 1101 0 100011 1011111 111 100110 1011010 110001

Color Harmonies of #EE9A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9A0D

Black with #EE9A0D

Text Example


Text Example

White with #EE9A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9A0D; }

 p { color: rgb(238,154,13); }

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

background-color css

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

 a { background-color: rgb(238,154,13); }

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

border-color css

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

 span { border-color: rgb(238,154,13); }

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