Html Css Color HEX #EF9E19 Gamboge

📋 copy color: '#EF9E19'

red 239 ◦ green 158 ◦ blue 25

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

Shades of Gamboge #EF9E19

Tints of Gamboge #EF9E19

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 25 (10.16% from 255) = 5.92%

R = 56.64%
G = 37.44%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF9E19 (or 0xEF9E19) is known color: Gamboge. HEX triplet: EF, 9E and 19. RGB value is (239,158,25). Sum of RGB (Red+Green+Blue) = 239+158+25=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9E19 is #1061E6. Grayscale: #A7A7A7. Windows color (decimal): -1073639 or 1679087. OLE color: 1679087.

HSL color Cylindrical-coordinate representation of color #EF9E19: hue angle of 37.29º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF9E19 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 158 25 -
CMYK 0 0.34 0.90 0.06
HSL 37.29º 0.87% 0.52% -
HSV(B) 37.29º 0.9% 0.94% -
XYZ 48 42.87 6.67 -
YUV 167.06 47.84 179.31 -
System Red Green Blue C M Y K H S L
Decimal 239 158 25 0 0.34 0.90 0.06 37.29 0.87 0.52
Hex EF 9E 19 0 22 5A 6 25 57 34
Octal 357 236 31 0 42 132 6 45 127 64
Binary 11101111 10011110 11001 0 100010 1011010 110 100101 1010111 110100

Color Harmonies of #EF9E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E19

Black with #EF9E19

Text Example


Text Example

White with #EF9E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E19; }

 p { color: rgb(239,158,25); }

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

background-color css

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

 a { background-color: rgb(239,158,25); }

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

border-color css

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

 span { border-color: rgb(239,158,25); }

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