Html Css Color HEX #E7AE02 Gamboge

📋 copy color: '#E7AE02'

red 231 ◦ green 174 ◦ blue 2

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

Shades of Gamboge #E7AE02

Tints of Gamboge #E7AE02

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.75%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 56.76%
G = 42.75%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E7AE02 (or 0xE7AE02) is known color: Gamboge. HEX triplet: E7, AE and 02. RGB value is (231,174,2). Sum of RGB (Red+Green+Blue) = 231+174+2=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AE02 is #1851FD. Grayscale: #ACACAC. Windows color (decimal): -1593854 or 175847. OLE color: 175847.

HSL color Cylindrical-coordinate representation of color #E7AE02: hue angle of 45.07º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7AE02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 174 2 -
CMYK 0 0.25 0.99 0.09
HSL 45.07º 0.98% 0.46% -
HSV(B) 45.07º 0.99% 0.91% -
XYZ 48.1 47.27 6.65 -
YUV 171.44 32.38 170.49 -
System Red Green Blue C M Y K H S L
Decimal 231 174 2 0 0.25 0.99 0.09 45.07 0.98 0.46
Hex E7 AE 2 0 19 63 9 2D 62 2E
Octal 347 256 2 0 31 143 11 55 142 56
Binary 11100111 10101110 10 0 11001 1100011 1001 101101 1100010 101110

Color Harmonies of #E7AE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AE02

Black with #E7AE02

Text Example


Text Example

White with #E7AE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AE02; }

 p { color: rgb(231,174,2); }

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

background-color css

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

 a { background-color: rgb(231,174,2); }

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

border-color css

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

 span { border-color: rgb(231,174,2); }

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