Html Css Color HEX #ED9D16 Gamboge

📋 copy color: '#ED9D16'

red 237 ◦ green 157 ◦ blue 22

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

Shades of Gamboge #ED9D16

Tints of Gamboge #ED9D16

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

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

R = 56.97%
G = 37.74%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED9D16 (or 0xED9D16) is known color: Gamboge. HEX triplet: ED, 9D and 16. RGB value is (237,157,22). Sum of RGB (Red+Green+Blue) = 237+157+22=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9D16 is #1262E9. Grayscale: #A6A6A6. Windows color (decimal): -1204970 or 1482221. OLE color: 1482221.

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

Color convert

RGB 237 157 22 -
CMYK 0 0.34 0.91 0.07
HSL 37.67º 0.86% 0.51% -
HSV(B) 37.67º 0.91% 0.93% -
XYZ 47.13 42.18 6.42 -
YUV 165.53 47 178.98 -
System Red Green Blue C M Y K H S L
Decimal 237 157 22 0 0.34 0.91 0.07 37.67 0.86 0.51
Hex ED 9D 16 0 22 5B 7 26 56 33
Octal 355 235 26 0 42 133 7 46 126 63
Binary 11101101 10011101 10110 0 100010 1011011 111 100110 1010110 110011

Color Harmonies of #ED9D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9D16

Black with #ED9D16

Text Example


Text Example

White with #ED9D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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