Html Css Color HEX #EE920E Gamboge

📋 copy color: '#EE920E'

red 238 ◦ green 146 ◦ blue 14

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

Shades of Gamboge #EE920E

Tints of Gamboge #EE920E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.68%

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

R = 59.8%
G = 36.68%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE920E (or 0xEE920E) is known color: Gamboge. HEX triplet: EE, 92 and 0E. RGB value is (238,146,14). Sum of RGB (Red+Green+Blue) = 238+146+14=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE920E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE920E is #116DF1. Grayscale: #9F9F9F. Windows color (decimal): -1142258 or 955118. OLE color: 955118.

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

Color convert

RGB 238 146 14 -
CMYK 0 0.39 0.94 0.07
HSL 35.36º 0.89% 0.49% -
HSV(B) 35.36º 0.94% 0.93% -
XYZ 45.62 38.77 5.49 -
YUV 158.46 46.48 184.73 -
System Red Green Blue C M Y K H S L
Decimal 238 146 14 0 0.39 0.94 0.07 35.36 0.89 0.49
Hex EE 92 E 0 27 5E 7 23 59 31
Octal 356 222 16 0 47 136 7 43 131 61
Binary 11101110 10010010 1110 0 100111 1011110 111 100011 1011001 110001

Color Harmonies of #EE920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE920E

Black with #EE920E

Text Example


Text Example

White with #EE920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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