Html Css Color HEX #EF9913 Gamboge

📋 copy color: '#EF9913'

red 239 ◦ green 153 ◦ blue 19

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

Shades of Gamboge #EF9913

Tints of Gamboge #EF9913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

 BLUE value IS 19 (7.81% from 255) = 4.62%

R = 58.15%
G = 37.23%
B = 4.62%

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

#EF9913 (or 0xEF9913) is known color: Gamboge. HEX triplet: EF, 99 and 13. RGB value is (239,153,19). Sum of RGB (Red+Green+Blue) = 239+153+19=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9913 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9913 is #1066EC. Grayscale: #A4A4A4. Windows color (decimal): -1074925 or 1284591. OLE color: 1284591.

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

Color convert

RGB 239 153 19 -
CMYK 0 0.36 0.92 0.06
HSL 36.55º 0.87% 0.51% -
HSV(B) 36.55º 0.92% 0.94% -
XYZ 47.11 41.18 6.08 -
YUV 163.44 46.49 181.9 -
System Red Green Blue C M Y K H S L
Decimal 239 153 19 0 0.36 0.92 0.06 36.55 0.87 0.51
Hex EF 99 13 0 24 5C 6 25 57 33
Octal 357 231 23 0 44 134 6 45 127 63
Binary 11101111 10011001 10011 0 100100 1011100 110 100101 1010111 110011

Color Harmonies of #EF9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9913

Black with #EF9913

Text Example


Text Example

White with #EF9913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9913; }

 p { color: rgb(239,153,19); }

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

background-color css

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

 a { background-color: rgb(239,153,19); }

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

border-color css

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

 span { border-color: rgb(239,153,19); }

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