Html Css Color HEX #EB970D Gamboge

📋 copy color: '#EB970D'

red 235 ◦ green 151 ◦ blue 13

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

Shades of Gamboge #EB970D

Tints of Gamboge #EB970D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

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

R = 58.9%
G = 37.84%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB970D (or 0xEB970D) is known color: Gamboge. HEX triplet: EB, 97 and 0D. RGB value is (235,151,13). Sum of RGB (Red+Green+Blue) = 235+151+13=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB970D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB970D is #1468F2. Grayscale: #A1A1A1. Windows color (decimal): -1337587 or 890859. OLE color: 890859.

HSL color Cylindrical-coordinate representation of color #EB970D: hue angle of 37.3º 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 #EB970D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 151 13 -
CMYK 0 0.36 0.94 0.08
HSL 37.3º 0.9% 0.49% -
HSV(B) 37.3º 0.94% 0.92% -
XYZ 45.4 39.82 5.67 -
YUV 160.38 44.83 181.22 -
System Red Green Blue C M Y K H S L
Decimal 235 151 13 0 0.36 0.94 0.08 37.3 0.9 0.49
Hex EB 97 D 0 24 5E 8 25 5A 31
Octal 353 227 15 0 44 136 10 45 132 61
Binary 11101011 10010111 1101 0 100100 1011110 1000 100101 1011010 110001

Color Harmonies of #EB970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB970D

Black with #EB970D

Text Example


Text Example

White with #EB970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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