Html Css Color HEX #EF9505 Gamboge

📋 copy color: '#EF9505'

red 239 ◦ green 149 ◦ blue 5

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

Shades of Gamboge #EF9505

Tints of Gamboge #EF9505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 60.81%
G = 37.91%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF9505 (or 0xEF9505) is known color: Gamboge. HEX triplet: EF, 95 and 05. RGB value is (239,149,5). Sum of RGB (Red+Green+Blue) = 239+149+5=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9505 is #106AFA. Grayscale: #A0A0A0. Windows color (decimal): -1075963 or 366063. OLE color: 366063.

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

Color convert

RGB 239 149 5 -
CMYK 0 0.38 0.98 0.06
HSL 36.92º 0.96% 0.48% -
HSV(B) 36.92º 0.98% 0.94% -
XYZ 46.37 39.86 5.39 -
YUV 159.49 40.82 184.71 -
System Red Green Blue C M Y K H S L
Decimal 239 149 5 0 0.38 0.98 0.06 36.92 0.96 0.48
Hex EF 95 5 0 26 62 6 25 60 30
Octal 357 225 5 0 46 142 6 45 140 60
Binary 11101111 10010101 101 0 100110 1100010 110 100101 1100000 110000

Color Harmonies of #EF9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9505

Black with #EF9505

Text Example


Text Example

White with #EF9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9505; }

 p { color: rgb(239,149,5); }

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

background-color css

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

 a { background-color: rgb(239,149,5); }

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

border-color css

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

 span { border-color: rgb(239,149,5); }

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