Html Css Color HEX #ED950C Gamboge

📋 copy color: '#ED950C'

red 237 ◦ green 149 ◦ blue 12

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

Shades of Gamboge #ED950C

Tints of Gamboge #ED950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.44%

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

R = 59.55%
G = 37.44%
B = 3.02%

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

#ED950C (or 0xED950C) is known color: Gamboge. HEX triplet: ED, 95 and 0C. RGB value is (237,149,12). Sum of RGB (Red+Green+Blue) = 237+149+12=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED950C is #126AF3. Grayscale: #A0A0A0. Windows color (decimal): -1207028 or 824813. OLE color: 824813.

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

Color convert

RGB 237 149 12 -
CMYK 0 0.37 0.95 0.07
HSL 36.53º 0.9% 0.49% -
HSV(B) 36.53º 0.95% 0.93% -
XYZ 45.74 39.53 5.57 -
YUV 159.69 44.65 183.14 -
System Red Green Blue C M Y K H S L
Decimal 237 149 12 0 0.37 0.95 0.07 36.53 0.9 0.49
Hex ED 95 C 0 25 5F 7 25 5A 31
Octal 355 225 14 0 45 137 7 45 132 61
Binary 11101101 10010101 1100 0 100101 1011111 111 100101 1011010 110001

Color Harmonies of #ED950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED950C

Black with #ED950C

Text Example


Text Example

White with #ED950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED950C; }

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

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

background-color css

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

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

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

border-color css

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

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

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