Html Css Color HEX #EE900F Gamboge

📋 copy color: '#EE900F'

red 238 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #EE900F

Tints of Gamboge #EE900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

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

R = 59.95%
G = 36.27%
B = 3.78%

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

#EE900F (or 0xEE900F) is known color: Gamboge. HEX triplet: EE, 90 and 0F. RGB value is (238,144,15). Sum of RGB (Red+Green+Blue) = 238+144+15=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE900F is #116FF0. Grayscale: #9E9E9E. Windows color (decimal): -1142769 or 1020142. OLE color: 1020142.

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

Color convert

RGB 238 144 15 -
CMYK 0 0.39 0.94 0.07
HSL 34.71º 0.88% 0.5% -
HSV(B) 34.71º 0.94% 0.93% -
XYZ 45.32 38.16 5.43 -
YUV 157.4 47.64 185.49 -
System Red Green Blue C M Y K H S L
Decimal 238 144 15 0 0.39 0.94 0.07 34.71 0.88 0.5
Hex EE 90 F 0 27 5E 7 23 58 32
Octal 356 220 17 0 47 136 7 43 130 62
Binary 11101110 10010000 1111 0 100111 1011110 111 100011 1011000 110010

Color Harmonies of #EE900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE900F

Black with #EE900F

Text Example


Text Example

White with #EE900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE900F; }

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

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

background-color css

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

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

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

border-color css

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

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

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