Html Css Color HEX #ED9C0C Gamboge

📋 copy color: '#ED9C0C'

red 237 ◦ green 156 ◦ blue 12

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

Shades of Gamboge #ED9C0C

Tints of Gamboge #ED9C0C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.52%

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 58.52%
G = 38.52%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED9C0C (or 0xED9C0C) is known color: Gamboge. HEX triplet: ED, 9C and 0C. RGB value is (237,156,12). Sum of RGB (Red+Green+Blue) = 237+156+12=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9C0C is #1263F3. Grayscale: #A4A4A4. Windows color (decimal): -1205236 or 826605. OLE color: 826605.

HSL color Cylindrical-coordinate representation of color #ED9C0C: hue angle of 38.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED9C0C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 156 12 -
CMYK 0 0.34 0.95 0.07
HSL 38.4º 0.9% 0.49% -
HSV(B) 38.4º 0.95% 0.93% -
XYZ 46.88 41.81 5.95 -
YUV 163.8 42.34 180.21 -
System Red Green Blue C M Y K H S L
Decimal 237 156 12 0 0.34 0.95 0.07 38.4 0.9 0.49
Hex ED 9C C 0 22 5F 7 26 5A 31
Octal 355 234 14 0 42 137 7 46 132 61
Binary 11101101 10011100 1100 0 100010 1011111 111 100110 1011010 110001

Color Harmonies of #ED9C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C0C

Black with #ED9C0C

Text Example


Text Example

White with #ED9C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C0C; }

 p { color: rgb(237,156,12); }

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

background-color css

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

 a { background-color: rgb(237,156,12); }

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

border-color css

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

 span { border-color: rgb(237,156,12); }

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