Html Css Color HEX #ED9F16 Gamboge

📋 copy color: '#ED9F16'

red 237 ◦ green 159 ◦ blue 22

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

Shades of Gamboge #ED9F16

Tints of Gamboge #ED9F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.26%

R = 56.7%
G = 38.04%
B = 5.26%

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

#ED9F16 (or 0xED9F16) is known color: Gamboge. HEX triplet: ED, 9F and 16. RGB value is (237,159,22). Sum of RGB (Red+Green+Blue) = 237+159+22=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9F16 is #1260E9. Grayscale: #A7A7A7. Windows color (decimal): -1204458 or 1482733. OLE color: 1482733.

HSL color Cylindrical-coordinate representation of color #ED9F16: hue angle of 38.23º 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 #ED9F16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 22 -
CMYK 0 0.33 0.91 0.07
HSL 38.23º 0.86% 0.51% -
HSV(B) 38.23º 0.91% 0.93% -
XYZ 47.47 42.86 6.53 -
YUV 166.7 46.34 178.14 -
System Red Green Blue C M Y K H S L
Decimal 237 159 22 0 0.33 0.91 0.07 38.23 0.86 0.51
Hex ED 9F 16 0 21 5B 7 26 56 33
Octal 355 237 26 0 41 133 7 46 126 63
Binary 11101101 10011111 10110 0 100001 1011011 111 100110 1010110 110011

Color Harmonies of #ED9F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F16

Black with #ED9F16

Text Example


Text Example

White with #ED9F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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