Html Css Color HEX #ED9B15 Gamboge

📋 copy color: '#ED9B15'

red 237 ◦ green 155 ◦ blue 21

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

Shades of Gamboge #ED9B15

Tints of Gamboge #ED9B15

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

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

R = 57.38%
G = 37.53%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED9B15 (or 0xED9B15) is known color: Gamboge. HEX triplet: ED, 9B and 15. RGB value is (237,155,21). Sum of RGB (Red+Green+Blue) = 237+155+21=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9B15 is #1264EA. Grayscale: #A4A4A4. Windows color (decimal): -1205483 or 1416173. OLE color: 1416173.

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

Color convert

RGB 237 155 21 -
CMYK 0 0.35 0.91 0.07
HSL 37.22º 0.86% 0.51% -
HSV(B) 37.22º 0.91% 0.93% -
XYZ 46.78 41.5 6.25 -
YUV 164.24 47.17 179.9 -
System Red Green Blue C M Y K H S L
Decimal 237 155 21 0 0.35 0.91 0.07 37.22 0.86 0.51
Hex ED 9B 15 0 23 5B 7 25 56 33
Octal 355 233 25 0 43 133 7 45 126 63
Binary 11101101 10011011 10101 0 100011 1011011 111 100101 1010110 110011

Color Harmonies of #ED9B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9B15

Black with #ED9B15

Text Example


Text Example

White with #ED9B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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