Html Css Color HEX #EF9713 Gamboge

📋 copy color: '#EF9713'

red 239 ◦ green 151 ◦ blue 19

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

Shades of Gamboge #EF9713

Tints of Gamboge #EF9713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

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

R = 58.44%
G = 36.92%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF9713 (or 0xEF9713) is known color: Gamboge. HEX triplet: EF, 97 and 13. RGB value is (239,151,19). Sum of RGB (Red+Green+Blue) = 239+151+19=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9713 is #1068EC. Grayscale: #A2A2A2. Windows color (decimal): -1075437 or 1284079. OLE color: 1284079.

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

Color convert

RGB 239 151 19 -
CMYK 0 0.37 0.92 0.06
HSL 36º 0.87% 0.51% -
HSV(B) 36º 0.92% 0.94% -
XYZ 46.78 40.53 5.97 -
YUV 162.26 47.15 182.73 -
System Red Green Blue C M Y K H S L
Decimal 239 151 19 0 0.37 0.92 0.06 36 0.87 0.51
Hex EF 97 13 0 25 5C 6 24 57 33
Octal 357 227 23 0 45 134 6 44 127 63
Binary 11101111 10010111 10011 0 100101 1011100 110 100100 1010111 110011

Color Harmonies of #EF9713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9713

Black with #EF9713

Text Example


Text Example

White with #EF9713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9713; }

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

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

background-color css

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

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

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

border-color css

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

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

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