Html Css Color HEX #EF9B0A Gamboge

📋 copy color: '#EF9B0A'

red 239 ◦ green 155 ◦ blue 10

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

Shades of Gamboge #EF9B0A

Tints of Gamboge #EF9B0A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

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

R = 59.16%
G = 38.37%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF9B0A (or 0xEF9B0A) is known color: Gamboge. HEX triplet: EF, 9B and 0A. RGB value is (239,155,10). Sum of RGB (Red+Green+Blue) = 239+155+10=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9B0A is #1064F5. Grayscale: #A4A4A4. Windows color (decimal): -1074422 or 695279. OLE color: 695279.

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

Color convert

RGB 239 155 10 -
CMYK 0 0.35 0.96 0.06
HSL 37.99º 0.92% 0.49% -
HSV(B) 37.99º 0.96% 0.94% -
XYZ 47.37 41.82 5.86 -
YUV 163.59 41.33 181.79 -
System Red Green Blue C M Y K H S L
Decimal 239 155 10 0 0.35 0.96 0.06 37.99 0.92 0.49
Hex EF 9B A 0 23 60 6 26 5C 31
Octal 357 233 12 0 43 140 6 46 134 61
Binary 11101111 10011011 1010 0 100011 1100000 110 100110 1011100 110001

Color Harmonies of #EF9B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9B0A

Black with #EF9B0A

Text Example


Text Example

White with #EF9B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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