Html Css Color HEX #ED9816 Gamboge

📋 copy color: '#ED9816'

red 237 ◦ green 152 ◦ blue 22

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

Shades of Gamboge #ED9816

Tints of Gamboge #ED9816

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.98%

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

R = 57.66%
G = 36.98%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED9816 (or 0xED9816) is known color: Gamboge. HEX triplet: ED, 98 and 16. RGB value is (237,152,22). Sum of RGB (Red+Green+Blue) = 237+152+22=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9816 is #1267E9. Grayscale: #A3A3A3. Windows color (decimal): -1206250 or 1480941. OLE color: 1480941.

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

Color convert

RGB 237 152 22 -
CMYK 0 0.36 0.91 0.07
HSL 36.28º 0.86% 0.51% -
HSV(B) 36.28º 0.91% 0.93% -
XYZ 46.3 40.52 6.14 -
YUV 162.6 48.66 181.07 -
System Red Green Blue C M Y K H S L
Decimal 237 152 22 0 0.36 0.91 0.07 36.28 0.86 0.51
Hex ED 98 16 0 24 5B 7 24 56 33
Octal 355 230 26 0 44 133 7 44 126 63
Binary 11101101 10011000 10110 0 100100 1011011 111 100100 1010110 110011

Color Harmonies of #ED9816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9816

Black with #ED9816

Text Example


Text Example

White with #ED9816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9816; }

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

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

background-color css

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

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

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

border-color css

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

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

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