Html Css Color HEX #ED950D Gamboge

📋 copy color: '#ED950D'

red 237 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #ED950D

Tints of Gamboge #ED950D

RGB

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

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

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

R = 59.4%
G = 37.34%
B = 3.26%

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

#ED950D (or 0xED950D) is known color: Gamboge. HEX triplet: ED, 95 and 0D. RGB value is (237,149,13). Sum of RGB (Red+Green+Blue) = 237+149+13=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED950D is #126AF2. Grayscale: #A0A0A0. Windows color (decimal): -1207027 or 890349. OLE color: 890349.

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

Color convert

RGB 237 149 13 -
CMYK 0 0.37 0.95 0.07
HSL 36.43º 0.9% 0.49% -
HSV(B) 36.43º 0.95% 0.93% -
XYZ 45.75 39.53 5.6 -
YUV 159.81 45.15 183.06 -
System Red Green Blue C M Y K H S L
Decimal 237 149 13 0 0.37 0.95 0.07 36.43 0.9 0.49
Hex ED 95 D 0 25 5F 7 24 5A 31
Octal 355 225 15 0 45 137 7 44 132 61
Binary 11101101 10010101 1101 0 100101 1011111 111 100100 1011010 110001

Color Harmonies of #ED950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED950D

Black with #ED950D

Text Example


Text Example

White with #ED950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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