Html Css Color HEX #EF9A04 Gamboge

📋 copy color: '#EF9A04'

red 239 ◦ green 154 ◦ blue 4

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

Shades of Gamboge #EF9A04

Tints of Gamboge #EF9A04

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 60.2%
G = 38.79%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF9A04 (or 0xEF9A04) is known color: Gamboge. HEX triplet: EF, 9A and 04. RGB value is (239,154,4). Sum of RGB (Red+Green+Blue) = 239+154+4=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9A04 is #1065FB. Grayscale: #A3A3A3. Windows color (decimal): -1074684 or 301807. OLE color: 301807.

HSL color Cylindrical-coordinate representation of color #EF9A04: hue angle of 38.3º 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 #EF9A04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 154 4 -
CMYK 0 0.36 0.98 0.06
HSL 38.3º 0.97% 0.48% -
HSV(B) 38.3º 0.98% 0.94% -
XYZ 47.17 41.47 5.63 -
YUV 162.32 38.66 182.7 -
System Red Green Blue C M Y K H S L
Decimal 239 154 4 0 0.36 0.98 0.06 38.3 0.97 0.48
Hex EF 9A 4 0 24 62 6 26 61 30
Octal 357 232 4 0 44 142 6 46 141 60
Binary 11101111 10011010 100 0 100100 1100010 110 100110 1100001 110000

Color Harmonies of #EF9A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A04

Black with #EF9A04

Text Example


Text Example

White with #EF9A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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