Html Css Color HEX #ED9815 Gamboge

📋 copy color: '#ED9815'

red 237 ◦ green 152 ◦ blue 21

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

Shades of Gamboge #ED9815

Tints of Gamboge #ED9815

RGB

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

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

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

R = 57.8%
G = 37.07%
B = 5.12%

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

#ED9815 (or 0xED9815) is known color: Gamboge. HEX triplet: ED, 98 and 15. RGB value is (237,152,21). Sum of RGB (Red+Green+Blue) = 237+152+21=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9815 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9815 is #1267EA. Grayscale: #A3A3A3. Windows color (decimal): -1206251 or 1415405. OLE color: 1415405.

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

Color convert

RGB 237 152 21 -
CMYK 0 0.36 0.91 0.07
HSL 36.39º 0.86% 0.51% -
HSV(B) 36.39º 0.91% 0.93% -
XYZ 46.29 40.52 6.09 -
YUV 162.48 48.16 181.15 -
System Red Green Blue C M Y K H S L
Decimal 237 152 21 0 0.36 0.91 0.07 36.39 0.86 0.51
Hex ED 98 15 0 24 5B 7 24 56 33
Octal 355 230 25 0 44 133 7 44 126 63
Binary 11101101 10011000 10101 0 100100 1011011 111 100100 1010110 110011

Color Harmonies of #ED9815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9815

Black with #ED9815

Text Example


Text Example

White with #ED9815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9815; }

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

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

background-color css

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

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

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

border-color css

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

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

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