Html Css Color HEX #EE920F Gamboge

📋 copy color: '#EE920F'

red 238 ◦ green 146 ◦ blue 15

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

Shades of Gamboge #EE920F

Tints of Gamboge #EE920F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.76%

R = 59.65%
G = 36.59%
B = 3.76%

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

#EE920F (or 0xEE920F) is known color: Gamboge. HEX triplet: EE, 92 and 0F. RGB value is (238,146,15). Sum of RGB (Red+Green+Blue) = 238+146+15=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE920F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE920F is #116DF0. Grayscale: #9F9F9F. Windows color (decimal): -1142257 or 1020654. OLE color: 1020654.

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

Color convert

RGB 238 146 15 -
CMYK 0 0.39 0.94 0.07
HSL 35.25º 0.88% 0.5% -
HSV(B) 35.25º 0.94% 0.93% -
XYZ 45.63 38.77 5.53 -
YUV 158.57 46.98 184.65 -
System Red Green Blue C M Y K H S L
Decimal 238 146 15 0 0.39 0.94 0.07 35.25 0.88 0.5
Hex EE 92 F 0 27 5E 7 23 58 32
Octal 356 222 17 0 47 136 7 43 130 62
Binary 11101110 10010010 1111 0 100111 1011110 111 100011 1011000 110010

Color Harmonies of #EE920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE920F

Black with #EE920F

Text Example


Text Example

White with #EE920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE920F; }

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

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

background-color css

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

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

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

border-color css

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

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

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