Html Css Color HEX #E7A50B Gamboge

📋 copy color: '#E7A50B'

red 231 ◦ green 165 ◦ blue 11

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

Shades of Gamboge #E7A50B

Tints of Gamboge #E7A50B

RGB

 RED value IS 231 (90.63% from 255) = 56.76%

 GREEN value IS 165 (64.84% from 255) = 40.54%

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

R = 56.76%
G = 40.54%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7A50B (or 0xE7A50B) is known color: Gamboge. HEX triplet: E7, A5 and 0B. RGB value is (231,165,11). Sum of RGB (Red+Green+Blue) = 231+165+11=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A50B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A50B is #185AF4. Grayscale: #A7A7A7. Windows color (decimal): -1596149 or 763367. OLE color: 763367.

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

Color convert

RGB 231 165 11 -
CMYK 0 0.29 0.95 0.09
HSL 42º 0.91% 0.47% -
HSV(B) 42º 0.95% 0.91% -
XYZ 46.47 43.92 6.35 -
YUV 167.18 39.87 173.52 -
System Red Green Blue C M Y K H S L
Decimal 231 165 11 0 0.29 0.95 0.09 42 0.91 0.47
Hex E7 A5 B 0 1D 5F 9 2A 5B 2F
Octal 347 245 13 0 35 137 11 52 133 57
Binary 11100111 10100101 1011 0 11101 1011111 1001 101010 1011011 101111

Color Harmonies of #E7A50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A50B

Black with #E7A50B

Text Example


Text Example

White with #E7A50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A50B; }

 p { color: rgb(231,165,11); }

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

background-color css

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

 a { background-color: rgb(231,165,11); }

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

border-color css

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

 span { border-color: rgb(231,165,11); }

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