Html Css Color HEX #EF9A14 Gamboge

📋 copy color: '#EF9A14'

red 239 ◦ green 154 ◦ blue 20

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

Shades of Gamboge #EF9A14

Tints of Gamboge #EF9A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 57.87%
G = 37.29%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF9A14 (or 0xEF9A14) is known color: Gamboge. HEX triplet: EF, 9A and 14. RGB value is (239,154,20). Sum of RGB (Red+Green+Blue) = 239+154+20=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9A14 is #1065EB. Grayscale: #A4A4A4. Windows color (decimal): -1074668 or 1350383. OLE color: 1350383.

HSL color Cylindrical-coordinate representation of color #EF9A14: hue angle of 36.71º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF9A14 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 20 -
CMYK 0 0.36 0.92 0.06
HSL 36.71º 0.87% 0.51% -
HSV(B) 36.71º 0.92% 0.94% -
XYZ 47.28 41.51 6.18 -
YUV 164.14 46.66 181.4 -
System Red Green Blue C M Y K H S L
Decimal 239 154 20 0 0.36 0.92 0.06 36.71 0.87 0.51
Hex EF 9A 14 0 24 5C 6 25 57 33
Octal 357 232 24 0 44 134 6 45 127 63
Binary 11101111 10011010 10100 0 100100 1011100 110 100101 1010111 110011

Color Harmonies of #EF9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A14

Black with #EF9A14

Text Example


Text Example

White with #EF9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A14; }

 p { color: rgb(239,154,20); }

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

background-color css

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

 a { background-color: rgb(239,154,20); }

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

border-color css

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

 span { border-color: rgb(239,154,20); }

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