Html Css Color HEX #EF9D09 Gamboge

📋 copy color: '#EF9D09'

red 239 ◦ green 157 ◦ blue 9

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

Shades of Gamboge #EF9D09

Tints of Gamboge #EF9D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.22%

R = 59.01%
G = 38.77%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF9D09 (or 0xEF9D09) is known color: Gamboge. HEX triplet: EF, 9D and 09. RGB value is (239,157,9). Sum of RGB (Red+Green+Blue) = 239+157+9=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9D09 is #1062F6. Grayscale: #A5A5A5. Windows color (decimal): -1073911 or 630255. OLE color: 630255.

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

Color convert

RGB 239 157 9 -
CMYK 0 0.34 0.96 0.06
HSL 38.61º 0.93% 0.49% -
HSV(B) 38.61º 0.96% 0.94% -
XYZ 47.7 42.48 5.94 -
YUV 164.65 40.17 181.03 -
System Red Green Blue C M Y K H S L
Decimal 239 157 9 0 0.34 0.96 0.06 38.61 0.93 0.49
Hex EF 9D 9 0 22 60 6 27 5D 31
Octal 357 235 11 0 42 140 6 47 135 61
Binary 11101111 10011101 1001 0 100010 1100000 110 100111 1011101 110001

Color Harmonies of #EF9D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D09

Black with #EF9D09

Text Example


Text Example

White with #EF9D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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