Html Css Color HEX #EB950D Gamboge

📋 copy color: '#EB950D'

red 235 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #EB950D

Tints of Gamboge #EB950D

RGB

 RED value IS 235 (92.19% from 255) = 59.19%

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

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

R = 59.19%
G = 37.53%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB950D (or 0xEB950D) is known color: Gamboge. HEX triplet: EB, 95 and 0D. RGB value is (235,149,13). Sum of RGB (Red+Green+Blue) = 235+149+13=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB950D is #146AF2. Grayscale: #9F9F9F. Windows color (decimal): -1338099 or 890347. OLE color: 890347.

HSL color Cylindrical-coordinate representation of color #EB950D: hue angle of 36.76º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB950D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 149 13 -
CMYK 0 0.37 0.94 0.08
HSL 36.76º 0.9% 0.49% -
HSV(B) 36.76º 0.94% 0.92% -
XYZ 45.08 39.19 5.57 -
YUV 159.21 45.49 182.06 -
System Red Green Blue C M Y K H S L
Decimal 235 149 13 0 0.37 0.94 0.08 36.76 0.9 0.49
Hex EB 95 D 0 25 5E 8 25 5A 31
Octal 353 225 15 0 45 136 10 45 132 61
Binary 11101011 10010101 1101 0 100101 1011110 1000 100101 1011010 110001

Color Harmonies of #EB950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB950D

Black with #EB950D

Text Example


Text Example

White with #EB950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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