Html Css Color HEX #EF9C0E Gamboge

📋 copy color: '#EF9C0E'

red 239 ◦ green 156 ◦ blue 14

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

Shades of Gamboge #EF9C0E

Tints of Gamboge #EF9C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

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

R = 58.44%
G = 38.14%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF9C0E (or 0xEF9C0E) is known color: Gamboge. HEX triplet: EF, 9C and 0E. RGB value is (239,156,14). Sum of RGB (Red+Green+Blue) = 239+156+14=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9C0E is #1063F1. Grayscale: #A5A5A5. Windows color (decimal): -1074162 or 957679. OLE color: 957679.

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

Color convert

RGB 239 156 14 -
CMYK 0 0.35 0.94 0.06
HSL 37.87º 0.89% 0.5% -
HSV(B) 37.87º 0.94% 0.94% -
XYZ 47.56 42.16 6.05 -
YUV 164.63 43 181.05 -
System Red Green Blue C M Y K H S L
Decimal 239 156 14 0 0.35 0.94 0.06 37.87 0.89 0.5
Hex EF 9C E 0 23 5E 6 26 59 32
Octal 357 234 16 0 43 136 6 46 131 62
Binary 11101111 10011100 1110 0 100011 1011110 110 100110 1011001 110010

Color Harmonies of #EF9C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9C0E

Black with #EF9C0E

Text Example


Text Example

White with #EF9C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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