Html Css Color HEX #EF9D04 Gamboge

📋 copy color: '#EF9D04'

red 239 ◦ green 157 ◦ blue 4

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

Shades of Gamboge #EF9D04

Tints of Gamboge #EF9D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 59.75%
G = 39.25%
B = 1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF9D04 (or 0xEF9D04) is known color: Gamboge. HEX triplet: EF, 9D and 04. RGB value is (239,157,4). Sum of RGB (Red+Green+Blue) = 239+157+4=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9D04 is #1062FB. Grayscale: #A4A4A4. Windows color (decimal): -1073916 or 302575. OLE color: 302575.

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

Color convert

RGB 239 157 4 -
CMYK 0 0.34 0.98 0.06
HSL 39.06º 0.97% 0.48% -
HSV(B) 39.06º 0.98% 0.94% -
XYZ 47.68 42.47 5.8 -
YUV 164.08 37.67 181.44 -
System Red Green Blue C M Y K H S L
Decimal 239 157 4 0 0.34 0.98 0.06 39.06 0.97 0.48
Hex EF 9D 4 0 22 62 6 27 61 30
Octal 357 235 4 0 42 142 6 47 141 60
Binary 11101111 10011101 100 0 100010 1100010 110 100111 1100001 110000

Color Harmonies of #EF9D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D04

Black with #EF9D04

Text Example


Text Example

White with #EF9D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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