Html Css Color HEX #EF9B14 Gamboge

📋 copy color: '#EF9B14'

red 239 ◦ green 155 ◦ blue 20

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

Shades of Gamboge #EF9B14

Tints of Gamboge #EF9B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.83%

R = 57.73%
G = 37.44%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF9B14 (or 0xEF9B14) is known color: Gamboge. HEX triplet: EF, 9B and 14. RGB value is (239,155,20). Sum of RGB (Red+Green+Blue) = 239+155+20=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9B14 is #1064EB. Grayscale: #A5A5A5. Windows color (decimal): -1074412 or 1350639. OLE color: 1350639.

HSL color Cylindrical-coordinate representation of color #EF9B14: hue angle of 36.99º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF9B14 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 155 20 -
CMYK 0 0.35 0.92 0.06
HSL 36.99º 0.87% 0.51% -
HSV(B) 36.99º 0.92% 0.94% -
XYZ 47.44 41.84 6.24 -
YUV 164.73 46.33 180.98 -
System Red Green Blue C M Y K H S L
Decimal 239 155 20 0 0.35 0.92 0.06 36.99 0.87 0.51
Hex EF 9B 14 0 23 5C 6 25 57 33
Octal 357 233 24 0 43 134 6 45 127 63
Binary 11101111 10011011 10100 0 100011 1011100 110 100101 1010111 110011

Color Harmonies of #EF9B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9B14

Black with #EF9B14

Text Example


Text Example

White with #EF9B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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