Html Css Color HEX #ED9F15 Gamboge

📋 copy color: '#ED9F15'

red 237 ◦ green 159 ◦ blue 21

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

Shades of Gamboge #ED9F15

Tints of Gamboge #ED9F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 56.83%
G = 38.13%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED9F15 (or 0xED9F15) is known color: Gamboge. HEX triplet: ED, 9F and 15. RGB value is (237,159,21). Sum of RGB (Red+Green+Blue) = 237+159+21=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9F15 is #1260EA. Grayscale: #A7A7A7. Windows color (decimal): -1204459 or 1417197. OLE color: 1417197.

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

Color convert

RGB 237 159 21 -
CMYK 0 0.33 0.91 0.07
HSL 38.33º 0.86% 0.51% -
HSV(B) 38.33º 0.91% 0.93% -
XYZ 47.46 42.85 6.48 -
YUV 166.59 45.84 178.22 -
System Red Green Blue C M Y K H S L
Decimal 237 159 21 0 0.33 0.91 0.07 38.33 0.86 0.51
Hex ED 9F 15 0 21 5B 7 26 56 33
Octal 355 237 25 0 41 133 7 46 126 63
Binary 11101101 10011111 10101 0 100001 1011011 111 100110 1010110 110011

Color Harmonies of #ED9F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F15

Black with #ED9F15

Text Example


Text Example

White with #ED9F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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