Html Css Color HEX #EF9E07 Gamboge

📋 copy color: '#EF9E07'

red 239 ◦ green 158 ◦ blue 7

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

Shades of Gamboge #EF9E07

Tints of Gamboge #EF9E07

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 59.16%
G = 39.11%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF9E07 (or 0xEF9E07) is known color: Gamboge. HEX triplet: EF, 9E and 07. RGB value is (239,158,7). Sum of RGB (Red+Green+Blue) = 239+158+7=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9E07 is #1061F8. Grayscale: #A5A5A5. Windows color (decimal): -1073657 or 499439. OLE color: 499439.

HSL color Cylindrical-coordinate representation of color #EF9E07: hue angle of 39.05º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF9E07 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 158 7 -
CMYK 0 0.34 0.97 0.06
HSL 39.05º 0.94% 0.48% -
HSV(B) 39.05º 0.97% 0.94% -
XYZ 47.86 42.82 5.94 -
YUV 165.01 38.84 180.78 -
System Red Green Blue C M Y K H S L
Decimal 239 158 7 0 0.34 0.97 0.06 39.05 0.94 0.48
Hex EF 9E 7 0 22 61 6 27 5E 30
Octal 357 236 7 0 42 141 6 47 136 60
Binary 11101111 10011110 111 0 100010 1100001 110 100111 1011110 110000

Color Harmonies of #EF9E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E07

Black with #EF9E07

Text Example


Text Example

White with #EF9E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E07; }

 p { color: rgb(239,158,7); }

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

background-color css

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

 a { background-color: rgb(239,158,7); }

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

border-color css

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

 span { border-color: rgb(239,158,7); }

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