Html Css Color HEX #ED9C0D Gamboge

📋 copy color: '#ED9C0D'

red 237 ◦ green 156 ◦ blue 13

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

Shades of Gamboge #ED9C0D

Tints of Gamboge #ED9C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 58.37%
G = 38.42%
B = 3.2%

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

#ED9C0D (or 0xED9C0D) is known color: Gamboge. HEX triplet: ED, 9C and 0D. RGB value is (237,156,13). Sum of RGB (Red+Green+Blue) = 237+156+13=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9C0D is #1263F2. Grayscale: #A4A4A4. Windows color (decimal): -1205235 or 892141. OLE color: 892141.

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

Color convert

RGB 237 156 13 -
CMYK 0 0.34 0.95 0.07
HSL 38.3º 0.9% 0.49% -
HSV(B) 38.3º 0.95% 0.93% -
XYZ 46.89 41.81 5.98 -
YUV 163.92 42.84 180.13 -
System Red Green Blue C M Y K H S L
Decimal 237 156 13 0 0.34 0.95 0.07 38.3 0.9 0.49
Hex ED 9C D 0 22 5F 7 26 5A 31
Octal 355 234 15 0 42 137 7 46 132 61
Binary 11101101 10011100 1101 0 100010 1011111 111 100110 1011010 110001

Color Harmonies of #ED9C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C0D

Black with #ED9C0D

Text Example


Text Example

White with #ED9C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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