Html Css Color HEX #EF900E Gamboge

📋 copy color: '#EF900E'

red 239 ◦ green 144 ◦ blue 14

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

Shades of Gamboge #EF900E

Tints of Gamboge #EF900E

RGB

 RED value IS 239 (93.75% from 255) = 60.2%

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

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

R = 60.2%
G = 36.27%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF900E (or 0xEF900E) is known color: Gamboge. HEX triplet: EF, 90 and 0E. RGB value is (239,144,14). Sum of RGB (Red+Green+Blue) = 239+144+14=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF900E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF900E is #106FF1. Grayscale: #9E9E9E. Windows color (decimal): -1077234 or 954607. OLE color: 954607.

HSL color Cylindrical-coordinate representation of color #EF900E: hue angle of 34.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF900E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 144 14 -
CMYK 0 0.40 0.94 0.06
HSL 34.67º 0.89% 0.5% -
HSV(B) 34.67º 0.94% 0.94% -
XYZ 45.65 38.33 5.41 -
YUV 157.59 46.97 186.07 -
System Red Green Blue C M Y K H S L
Decimal 239 144 14 0 0.40 0.94 0.06 34.67 0.89 0.5
Hex EF 90 E 0 28 5E 6 23 59 32
Octal 357 220 16 0 50 136 6 43 131 62
Binary 11101111 10010000 1110 0 101000 1011110 110 100011 1011001 110010

Color Harmonies of #EF900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF900E

Black with #EF900E

Text Example


Text Example

White with #EF900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF900E; }

 p { color: rgb(239,144,14); }

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

background-color css

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

 a { background-color: rgb(239,144,14); }

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

border-color css

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

 span { border-color: rgb(239,144,14); }

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