Html Css Color HEX #E99F0F Gamboge

📋 copy color: '#E99F0F'

red 233 ◦ green 159 ◦ blue 15

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

Shades of Gamboge #E99F0F

Tints of Gamboge #E99F0F

RGB

 RED value IS 233 (91.41% from 255) = 57.25%

 GREEN value IS 159 (62.5% from 255) = 39.07%

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

R = 57.25%
G = 39.07%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E99F0F (or 0xE99F0F) is known color: Gamboge. HEX triplet: E9, 9F and 0F. RGB value is (233,159,15). Sum of RGB (Red+Green+Blue) = 233+159+15=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99F0F is #1660F0. Grayscale: #A5A5A5. Windows color (decimal): -1466609 or 1023977. OLE color: 1023977.

HSL color Cylindrical-coordinate representation of color #E99F0F: hue angle of 39.63º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E99F0F is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 159 15 -
CMYK 0 0.32 0.94 0.09
HSL 39.63º 0.88% 0.49% -
HSV(B) 39.63º 0.94% 0.91% -
XYZ 46.09 42.15 6.16 -
YUV 164.71 43.52 176.71 -
System Red Green Blue C M Y K H S L
Decimal 233 159 15 0 0.32 0.94 0.09 39.63 0.88 0.49
Hex E9 9F F 0 20 5E 9 28 58 31
Octal 351 237 17 0 40 136 11 50 130 61
Binary 11101001 10011111 1111 0 100000 1011110 1001 101000 1011000 110001

Color Harmonies of #E99F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99F0F

Black with #E99F0F

Text Example


Text Example

White with #E99F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99F0F; }

 p { color: rgb(233,159,15); }

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

background-color css

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

 a { background-color: rgb(233,159,15); }

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

border-color css

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

 span { border-color: rgb(233,159,15); }

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