Html Css Color HEX #EF9F0A Gamboge

📋 copy color: '#EF9F0A'

red 239 ◦ green 159 ◦ blue 10

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

Shades of Gamboge #EF9F0A

Tints of Gamboge #EF9F0A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.97%

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

R = 58.58%
G = 38.97%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF9F0A (or 0xEF9F0A) is known color: Gamboge. HEX triplet: EF, 9F and 0A. RGB value is (239,159,10). Sum of RGB (Red+Green+Blue) = 239+159+10=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9F0A is #1060F5. Grayscale: #A6A6A6. Windows color (decimal): -1073398 or 696303. OLE color: 696303.

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

Color convert

RGB 239 159 10 -
CMYK 0 0.33 0.96 0.06
HSL 39.04º 0.92% 0.49% -
HSV(B) 39.04º 0.96% 0.94% -
XYZ 48.05 43.17 6.09 -
YUV 165.93 40 180.12 -
System Red Green Blue C M Y K H S L
Decimal 239 159 10 0 0.33 0.96 0.06 39.04 0.92 0.49
Hex EF 9F A 0 21 60 6 27 5C 31
Octal 357 237 12 0 41 140 6 47 134 61
Binary 11101111 10011111 1010 0 100001 1100000 110 100111 1011100 110001

Color Harmonies of #EF9F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F0A

Black with #EF9F0A

Text Example


Text Example

White with #EF9F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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