Html Css Color HEX #ED9F05 Gamboge

📋 copy color: '#ED9F05'

red 237 ◦ green 159 ◦ blue 5

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

Shades of Gamboge #ED9F05

Tints of Gamboge #ED9F05

RGB

 RED value IS 237 (92.97% from 255) = 59.1%

 GREEN value IS 159 (62.5% from 255) = 39.65%

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

R = 59.1%
G = 39.65%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED9F05 (or 0xED9F05) is known color: Gamboge. HEX triplet: ED, 9F and 05. RGB value is (237,159,5). Sum of RGB (Red+Green+Blue) = 237+159+5=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9F05 is #1260FA. Grayscale: #A5A5A5. Windows color (decimal): -1204475 or 368621. OLE color: 368621.

HSL color Cylindrical-coordinate representation of color #ED9F05: hue angle of 39.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED9F05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 5 -
CMYK 0 0.33 0.98 0.07
HSL 39.83º 0.96% 0.47% -
HSV(B) 39.83º 0.98% 0.93% -
XYZ 47.35 42.81 5.91 -
YUV 164.77 37.84 179.52 -
System Red Green Blue C M Y K H S L
Decimal 237 159 5 0 0.33 0.98 0.07 39.83 0.96 0.47
Hex ED 9F 5 0 21 62 7 28 60 2F
Octal 355 237 5 0 41 142 7 50 140 57
Binary 11101101 10011111 101 0 100001 1100010 111 101000 1100000 101111

Color Harmonies of #ED9F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F05

Black with #ED9F05

Text Example


Text Example

White with #ED9F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F05; }

 p { color: rgb(237,159,5); }

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

background-color css

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

 a { background-color: rgb(237,159,5); }

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

border-color css

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

 span { border-color: rgb(237,159,5); }

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