Html Css Color HEX #EF9613 Gamboge

📋 copy color: '#EF9613'

red 239 ◦ green 150 ◦ blue 19

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

Shades of Gamboge #EF9613

Tints of Gamboge #EF9613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 58.58%
G = 36.76%
B = 4.66%

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

#EF9613 (or 0xEF9613) is known color: Gamboge. HEX triplet: EF, 96 and 13. RGB value is (239,150,19). Sum of RGB (Red+Green+Blue) = 239+150+19=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9613 is #1069EC. Grayscale: #A2A2A2. Windows color (decimal): -1075693 or 1283823. OLE color: 1283823.

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

Color convert

RGB 239 150 19 -
CMYK 0 0.37 0.92 0.06
HSL 35.73º 0.87% 0.51% -
HSV(B) 35.73º 0.92% 0.94% -
XYZ 46.62 40.21 5.92 -
YUV 161.68 47.49 183.15 -
System Red Green Blue C M Y K H S L
Decimal 239 150 19 0 0.37 0.92 0.06 35.73 0.87 0.51
Hex EF 96 13 0 25 5C 6 24 57 33
Octal 357 226 23 0 45 134 6 44 127 63
Binary 11101111 10010110 10011 0 100101 1011100 110 100100 1010111 110011

Color Harmonies of #EF9613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9613

Black with #EF9613

Text Example


Text Example

White with #EF9613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9613; }

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

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

background-color css

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

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

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

border-color css

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

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

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