Html Css Color HEX #E7AB14 Gamboge

📋 copy color: '#E7AB14'

red 231 ◦ green 171 ◦ blue 20

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

Shades of Gamboge #E7AB14

Tints of Gamboge #E7AB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.52%

 BLUE value IS 20 (8.2% from 255) = 4.74%

R = 54.74%
G = 40.52%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E7AB14 (or 0xE7AB14) is known color: Gamboge. HEX triplet: E7, AB and 14. RGB value is (231,171,20). Sum of RGB (Red+Green+Blue) = 231+171+20=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AB14 is #1854EB. Grayscale: #ACACAC. Windows color (decimal): -1594604 or 1354727. OLE color: 1354727.

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

Color convert

RGB 231 171 20 -
CMYK 0 0.26 0.91 0.09
HSL 42.94º 0.84% 0.49% -
HSV(B) 42.94º 0.91% 0.91% -
XYZ 47.64 46.17 7.06 -
YUV 171.73 42.38 170.28 -
System Red Green Blue C M Y K H S L
Decimal 231 171 20 0 0.26 0.91 0.09 42.94 0.84 0.49
Hex E7 AB 14 0 1A 5B 9 2B 54 31
Octal 347 253 24 0 32 133 11 53 124 61
Binary 11100111 10101011 10100 0 11010 1011011 1001 101011 1010100 110001

Color Harmonies of #E7AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AB14

Black with #E7AB14

Text Example


Text Example

White with #E7AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AB14; }

 p { color: rgb(231,171,20); }

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

background-color css

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

 a { background-color: rgb(231,171,20); }

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

border-color css

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

 span { border-color: rgb(231,171,20); }

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