Html Css Color HEX #ED960D Gamboge

📋 copy color: '#ED960D'

red 237 ◦ green 150 ◦ blue 13

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

Shades of Gamboge #ED960D

Tints of Gamboge #ED960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

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

R = 59.25%
G = 37.5%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED960D (or 0xED960D) is known color: Gamboge. HEX triplet: ED, 96 and 0D. RGB value is (237,150,13). Sum of RGB (Red+Green+Blue) = 237+150+13=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED960D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED960D is #1269F2. Grayscale: #A1A1A1. Windows color (decimal): -1206771 or 890605. OLE color: 890605.

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

Color convert

RGB 237 150 13 -
CMYK 0 0.37 0.95 0.07
HSL 36.7º 0.9% 0.49% -
HSV(B) 36.7º 0.95% 0.93% -
XYZ 45.9 39.85 5.65 -
YUV 160.4 44.82 182.64 -
System Red Green Blue C M Y K H S L
Decimal 237 150 13 0 0.37 0.95 0.07 36.7 0.9 0.49
Hex ED 96 D 0 25 5F 7 25 5A 31
Octal 355 226 15 0 45 137 7 45 132 61
Binary 11101101 10010110 1101 0 100101 1011111 111 100101 1011010 110001

Color Harmonies of #ED960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED960D

Black with #ED960D

Text Example


Text Example

White with #ED960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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