Html Css Color HEX #ED9C0E Gamboge

📋 copy color: '#ED9C0E'

red 237 ◦ green 156 ◦ blue 14

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

Shades of Gamboge #ED9C0E

Tints of Gamboge #ED9C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.44%

R = 58.23%
G = 38.33%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED9C0E (or 0xED9C0E) is known color: Gamboge. HEX triplet: ED, 9C and 0E. RGB value is (237,156,14). Sum of RGB (Red+Green+Blue) = 237+156+14=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9C0E is #1263F1. Grayscale: #A4A4A4. Windows color (decimal): -1205234 or 957677. OLE color: 957677.

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

Color convert

RGB 237 156 14 -
CMYK 0 0.34 0.94 0.07
HSL 38.21º 0.89% 0.49% -
HSV(B) 38.21º 0.94% 0.93% -
XYZ 46.89 41.81 6.01 -
YUV 164.03 43.34 180.05 -
System Red Green Blue C M Y K H S L
Decimal 237 156 14 0 0.34 0.94 0.07 38.21 0.89 0.49
Hex ED 9C E 0 22 5E 7 26 59 31
Octal 355 234 16 0 42 136 7 46 131 61
Binary 11101101 10011100 1110 0 100010 1011110 111 100110 1011001 110001

Color Harmonies of #ED9C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C0E

Black with #ED9C0E

Text Example


Text Example

White with #ED9C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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