Html Css Color HEX #E99F1E Gamboge

📋 copy color: '#E99F1E'

red 233 ◦ green 159 ◦ blue 30

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

Shades of Gamboge #E99F1E

Tints of Gamboge #E99F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 55.21%
G = 37.68%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E99F1E (or 0xE99F1E) is known color: Gamboge. HEX triplet: E9, 9F and 1E. RGB value is (233,159,30). Sum of RGB (Red+Green+Blue) = 233+159+30=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99F1E is #1660E1. Grayscale: #A7A7A7. Windows color (decimal): -1466594 or 2007017. OLE color: 2007017.

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

Color convert

RGB 233 159 30 -
CMYK 0 0.32 0.87 0.09
HSL 38.13º 0.82% 0.52% -
HSV(B) 38.13º 0.87% 0.91% -
XYZ 46.24 42.21 6.94 -
YUV 166.42 51.02 175.49 -
System Red Green Blue C M Y K H S L
Decimal 233 159 30 0 0.32 0.87 0.09 38.13 0.82 0.52
Hex E9 9F 1E 0 20 57 9 26 52 34
Octal 351 237 36 0 40 127 11 46 122 64
Binary 11101001 10011111 11110 0 100000 1010111 1001 100110 1010010 110100

Color Harmonies of #E99F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99F1E

Black with #E99F1E

Text Example


Text Example

White with #E99F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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