Html Css Color HEX #EF9D0C Gamboge

📋 copy color: '#EF9D0C'

red 239 ◦ green 157 ◦ blue 12

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

Shades of Gamboge #EF9D0C

Tints of Gamboge #EF9D0C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

 BLUE value IS 12 (5.08% from 255) = 2.94%

R = 58.58%
G = 38.48%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF9D0C (or 0xEF9D0C) is known color: Gamboge. HEX triplet: EF, 9D and 0C. RGB value is (239,157,12). Sum of RGB (Red+Green+Blue) = 239+157+12=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9D0C is #1062F3. Grayscale: #A5A5A5. Windows color (decimal): -1073908 or 826863. OLE color: 826863.

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

Color convert

RGB 239 157 12 -
CMYK 0 0.34 0.95 0.06
HSL 38.33º 0.9% 0.49% -
HSV(B) 38.33º 0.95% 0.94% -
XYZ 47.72 42.49 6.03 -
YUV 164.99 41.67 180.79 -
System Red Green Blue C M Y K H S L
Decimal 239 157 12 0 0.34 0.95 0.06 38.33 0.9 0.49
Hex EF 9D C 0 22 5F 6 26 5A 31
Octal 357 235 14 0 42 137 6 46 132 61
Binary 11101111 10011101 1100 0 100010 1011111 110 100110 1011010 110001

Color Harmonies of #EF9D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D0C

Black with #EF9D0C

Text Example


Text Example

White with #EF9D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D0C; }

 p { color: rgb(239,157,12); }

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

background-color css

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

 a { background-color: rgb(239,157,12); }

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

border-color css

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

 span { border-color: rgb(239,157,12); }

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