Html Css Color HEX #ED9412 Gamboge

📋 copy color: '#ED9412'

red 237 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #ED9412

Tints of Gamboge #ED9412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

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

R = 58.81%
G = 36.72%
B = 4.47%

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

#ED9412 (or 0xED9412) is known color: Gamboge. HEX triplet: ED, 94 and 12. RGB value is (237,148,18). Sum of RGB (Red+Green+Blue) = 237+148+18=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9412 is #126BED. Grayscale: #A0A0A0. Windows color (decimal): -1207278 or 1217773. OLE color: 1217773.

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

Color convert

RGB 237 148 18 -
CMYK 0 0.38 0.92 0.07
HSL 35.62º 0.86% 0.5% -
HSV(B) 35.62º 0.92% 0.93% -
XYZ 45.62 39.23 5.74 -
YUV 159.79 47.99 183.07 -
System Red Green Blue C M Y K H S L
Decimal 237 148 18 0 0.38 0.92 0.07 35.62 0.86 0.5
Hex ED 94 12 0 26 5C 7 24 56 32
Octal 355 224 22 0 46 134 7 44 126 62
Binary 11101101 10010100 10010 0 100110 1011100 111 100100 1010110 110010

Color Harmonies of #ED9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9412

Black with #ED9412

Text Example


Text Example

White with #ED9412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9412; }

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

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

background-color css

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

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

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

border-color css

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

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

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