Html Css Color HEX #E5970B Gamboge

📋 copy color: '#E5970B'

red 229 ◦ green 151 ◦ blue 11

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

Shades of Gamboge #E5970B

Tints of Gamboge #E5970B

RGB

 RED value IS 229 (89.84% from 255) = 58.57%

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

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 58.57%
G = 38.62%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5970B (or 0xE5970B) is known color: Gamboge. HEX triplet: E5, 97 and 0B. RGB value is (229,151,11). Sum of RGB (Red+Green+Blue) = 229+151+11=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5970B is #1A68F4. Grayscale: #9F9F9F. Windows color (decimal): -1730805 or 759781. OLE color: 759781.

HSL color Cylindrical-coordinate representation of color #E5970B: hue angle of 38.53º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5970B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 151 11 -
CMYK 0 0.34 0.95 0.10
HSL 38.53º 0.91% 0.47% -
HSV(B) 38.53º 0.95% 0.9% -
XYZ 43.44 38.82 5.52 -
YUV 158.36 44.84 178.38 -
System Red Green Blue C M Y K H S L
Decimal 229 151 11 0 0.34 0.95 0.10 38.53 0.91 0.47
Hex E5 97 B 0 22 5F A 27 5B 2F
Octal 345 227 13 0 42 137 12 47 133 57
Binary 11100101 10010111 1011 0 100010 1011111 1010 100111 1011011 101111

Color Harmonies of #E5970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5970B

Black with #E5970B

Text Example


Text Example

White with #E5970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5970B; }

 p { color: rgb(229,151,11); }

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

background-color css

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

 a { background-color: rgb(229,151,11); }

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

border-color css

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

 span { border-color: rgb(229,151,11); }

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