Html Css Color HEX #EF9D0A Gamboge

📋 copy color: '#EF9D0A'

red 239 ◦ green 157 ◦ blue 10

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

Shades of Gamboge #EF9D0A

Tints of Gamboge #EF9D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 58.87%
G = 38.67%
B = 2.46%

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

#EF9D0A (or 0xEF9D0A) is known color: Gamboge. HEX triplet: EF, 9D and 0A. RGB value is (239,157,10). Sum of RGB (Red+Green+Blue) = 239+157+10=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9D0A is #1062F5. Grayscale: #A5A5A5. Windows color (decimal): -1073910 or 695791. OLE color: 695791.

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

Color convert

RGB 239 157 10 -
CMYK 0 0.34 0.96 0.06
HSL 38.52º 0.92% 0.49% -
HSV(B) 38.52º 0.96% 0.94% -
XYZ 47.71 42.49 5.97 -
YUV 164.76 40.67 180.95 -
System Red Green Blue C M Y K H S L
Decimal 239 157 10 0 0.34 0.96 0.06 38.52 0.92 0.49
Hex EF 9D A 0 22 60 6 27 5C 31
Octal 357 235 12 0 42 140 6 47 134 61
Binary 11101111 10011101 1010 0 100010 1100000 110 100111 1011100 110001

Color Harmonies of #EF9D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D0A

Black with #EF9D0A

Text Example


Text Example

White with #EF9D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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