Html Css Color HEX #EF9D08 Gamboge

📋 copy color: '#EF9D08'

red 239 ◦ green 157 ◦ blue 8

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

Shades of Gamboge #EF9D08

Tints of Gamboge #EF9D08

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 59.16%
G = 38.86%
B = 1.98%

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

#EF9D08 (or 0xEF9D08) is known color: Gamboge. HEX triplet: EF, 9D and 08. RGB value is (239,157,8). Sum of RGB (Red+Green+Blue) = 239+157+8=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9D08 is #1062F7. Grayscale: #A5A5A5. Windows color (decimal): -1073912 or 564719. OLE color: 564719.

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

Color convert

RGB 239 157 8 -
CMYK 0 0.34 0.97 0.06
HSL 38.7º 0.94% 0.48% -
HSV(B) 38.7º 0.97% 0.94% -
XYZ 47.7 42.48 5.92 -
YUV 164.53 39.67 181.12 -
System Red Green Blue C M Y K H S L
Decimal 239 157 8 0 0.34 0.97 0.06 38.7 0.94 0.48
Hex EF 9D 8 0 22 61 6 27 5E 30
Octal 357 235 10 0 42 141 6 47 136 60
Binary 11101111 10011101 1000 0 100010 1100001 110 100111 1011110 110000

Color Harmonies of #EF9D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D08

Black with #EF9D08

Text Example


Text Example

White with #EF9D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D08; }

 p { color: rgb(239,157,8); }

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

background-color css

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

 a { background-color: rgb(239,157,8); }

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

border-color css

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

 span { border-color: rgb(239,157,8); }

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