Html Css Color HEX #EF9905 Gamboge

📋 copy color: '#EF9905'

red 239 ◦ green 153 ◦ blue 5

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

Shades of Gamboge #EF9905

Tints of Gamboge #EF9905

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.54%

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

R = 60.2%
G = 38.54%
B = 1.26%

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

#EF9905 (or 0xEF9905) is known color: Gamboge. HEX triplet: EF, 99 and 05. RGB value is (239,153,5). Sum of RGB (Red+Green+Blue) = 239+153+5=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9905 is #1066FA. Grayscale: #A2A2A2. Windows color (decimal): -1074939 or 367087. OLE color: 367087.

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

Color convert

RGB 239 153 5 -
CMYK 0 0.36 0.98 0.06
HSL 37.95º 0.96% 0.48% -
HSV(B) 37.95º 0.98% 0.94% -
XYZ 47.02 41.14 5.61 -
YUV 161.84 39.49 183.03 -
System Red Green Blue C M Y K H S L
Decimal 239 153 5 0 0.36 0.98 0.06 37.95 0.96 0.48
Hex EF 99 5 0 24 62 6 26 60 30
Octal 357 231 5 0 44 142 6 46 140 60
Binary 11101111 10011001 101 0 100100 1100010 110 100110 1100000 110000

Color Harmonies of #EF9905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9905

Black with #EF9905

Text Example


Text Example

White with #EF9905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9905; }

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

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

background-color css

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

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

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

border-color css

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

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

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