Html Css Color HEX #ED9312 Gamboge

📋 copy color: '#ED9312'

red 237 ◦ green 147 ◦ blue 18

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

Shades of Gamboge #ED9312

Tints of Gamboge #ED9312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 58.96%
G = 36.57%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED9312 (or 0xED9312) is known color: Gamboge. HEX triplet: ED, 93 and 12. RGB value is (237,147,18). Sum of RGB (Red+Green+Blue) = 237+147+18=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9312 is #126CED. Grayscale: #9F9F9F. Windows color (decimal): -1207534 or 1217517. OLE color: 1217517.

HSL color Cylindrical-coordinate representation of color #ED9312: hue angle of 35.34º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED9312 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 147 18 -
CMYK 0 0.38 0.92 0.07
HSL 35.34º 0.86% 0.5% -
HSV(B) 35.34º 0.92% 0.93% -
XYZ 45.47 38.92 5.69 -
YUV 159.2 48.32 183.49 -
System Red Green Blue C M Y K H S L
Decimal 237 147 18 0 0.38 0.92 0.07 35.34 0.86 0.5
Hex ED 93 12 0 26 5C 7 23 56 32
Octal 355 223 22 0 46 134 7 43 126 62
Binary 11101101 10010011 10010 0 100110 1011100 111 100011 1010110 110010

Color Harmonies of #ED9312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9312

Black with #ED9312

Text Example


Text Example

White with #ED9312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9312; }

 p { color: rgb(237,147,18); }

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

background-color css

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

 a { background-color: rgb(237,147,18); }

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

border-color css

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

 span { border-color: rgb(237,147,18); }

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