Html Css Color HEX #E7AF02 Gamboge

📋 copy color: '#E7AF02'

red 231 ◦ green 175 ◦ blue 2

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

Shades of Gamboge #E7AF02

Tints of Gamboge #E7AF02

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.89%

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

R = 56.62%
G = 42.89%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E7AF02 (or 0xE7AF02) is known color: Gamboge. HEX triplet: E7, AF and 02. RGB value is (231,175,2). Sum of RGB (Red+Green+Blue) = 231+175+2=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AF02 is #1850FD. Grayscale: #ACACAC. Windows color (decimal): -1593598 or 176103. OLE color: 176103.

HSL color Cylindrical-coordinate representation of color #E7AF02: hue angle of 45.33º 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 #E7AF02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 175 2 -
CMYK 0 0.24 0.99 0.09
HSL 45.33º 0.98% 0.46% -
HSV(B) 45.33º 0.99% 0.91% -
XYZ 48.3 47.65 6.71 -
YUV 172.02 32.05 170.07 -
System Red Green Blue C M Y K H S L
Decimal 231 175 2 0 0.24 0.99 0.09 45.33 0.98 0.46
Hex E7 AF 2 0 18 63 9 2D 62 2E
Octal 347 257 2 0 30 143 11 55 142 56
Binary 11100111 10101111 10 0 11000 1100011 1001 101101 1100010 101110

Color Harmonies of #E7AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF02

Black with #E7AF02

Text Example


Text Example

White with #E7AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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