Html Css Color HEX #EF9C0F Gamboge

📋 copy color: '#EF9C0F'

red 239 ◦ green 156 ◦ blue 15

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

Shades of Gamboge #EF9C0F

Tints of Gamboge #EF9C0F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.05%

 BLUE value IS 15 (6.25% from 255) = 3.66%

R = 58.29%
G = 38.05%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF9C0F (or 0xEF9C0F) is known color: Gamboge. HEX triplet: EF, 9C and 0F. RGB value is (239,156,15). Sum of RGB (Red+Green+Blue) = 239+156+15=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9C0F is #1063F0. Grayscale: #A5A5A5. Windows color (decimal): -1074161 or 1023215. OLE color: 1023215.

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

Color convert

RGB 239 156 15 -
CMYK 0 0.35 0.94 0.06
HSL 37.77º 0.88% 0.5% -
HSV(B) 37.77º 0.94% 0.94% -
XYZ 47.57 42.16 6.08 -
YUV 164.74 43.5 180.96 -
System Red Green Blue C M Y K H S L
Decimal 239 156 15 0 0.35 0.94 0.06 37.77 0.88 0.5
Hex EF 9C F 0 23 5E 6 26 58 32
Octal 357 234 17 0 43 136 6 46 130 62
Binary 11101111 10011100 1111 0 100011 1011110 110 100110 1011000 110010

Color Harmonies of #EF9C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9C0F

Black with #EF9C0F

Text Example


Text Example

White with #EF9C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9C0F; }

 p { color: rgb(239,156,15); }

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

background-color css

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

 a { background-color: rgb(239,156,15); }

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

border-color css

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

 span { border-color: rgb(239,156,15); }

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