Html Css Color HEX #EE930E Gamboge

📋 copy color: '#EE930E'

red 238 ◦ green 147 ◦ blue 14

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

Shades of Gamboge #EE930E

Tints of Gamboge #EE930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

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

R = 59.65%
G = 36.84%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE930E (or 0xEE930E) is known color: Gamboge. HEX triplet: EE, 93 and 0E. RGB value is (238,147,14). Sum of RGB (Red+Green+Blue) = 238+147+14=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE930E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE930E is #116CF1. Grayscale: #9F9F9F. Windows color (decimal): -1142002 or 955374. OLE color: 955374.

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

Color convert

RGB 238 147 14 -
CMYK 0 0.38 0.94 0.07
HSL 35.63º 0.89% 0.49% -
HSV(B) 35.63º 0.94% 0.93% -
XYZ 45.77 39.08 5.55 -
YUV 159.05 46.15 184.31 -
System Red Green Blue C M Y K H S L
Decimal 238 147 14 0 0.38 0.94 0.07 35.63 0.89 0.49
Hex EE 93 E 0 26 5E 7 24 59 31
Octal 356 223 16 0 46 136 7 44 131 61
Binary 11101110 10010011 1110 0 100110 1011110 111 100100 1011001 110001

Color Harmonies of #EE930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE930E

Black with #EE930E

Text Example


Text Example

White with #EE930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE930E; }

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

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

background-color css

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

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

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

border-color css

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

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

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