Html Css Color HEX #E2AE0D Gamboge

📋 copy color: '#E2AE0D'

red 226 ◦ green 174 ◦ blue 13

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

Shades of Gamboge #E2AE0D

Tints of Gamboge #E2AE0D

RGB

 RED value IS 226 (88.67% from 255) = 54.72%

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

 BLUE value IS 13 (5.47% from 255) = 3.15%

R = 54.72%
G = 42.13%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2AE0D (or 0xE2AE0D) is known color: Gamboge. HEX triplet: E2, AE and 0D. RGB value is (226,174,13). Sum of RGB (Red+Green+Blue) = 226+174+13=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AE0D is #1D51F2. Grayscale: #ABABAB. Windows color (decimal): -1921523 or 896738. OLE color: 896738.

HSL color Cylindrical-coordinate representation of color #E2AE0D: hue angle of 45.35º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2AE0D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 174 13 -
CMYK 0 0.23 0.94 0.11
HSL 45.35º 0.89% 0.47% -
HSV(B) 45.35º 0.94% 0.89% -
XYZ 46.57 46.47 6.9 -
YUV 171.19 38.73 167.09 -
System Red Green Blue C M Y K H S L
Decimal 226 174 13 0 0.23 0.94 0.11 45.35 0.89 0.47
Hex E2 AE D 0 17 5E B 2D 59 2F
Octal 342 256 15 0 27 136 13 55 131 57
Binary 11100010 10101110 1101 0 10111 1011110 1011 101101 1011001 101111

Color Harmonies of #E2AE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AE0D

Black with #E2AE0D

Text Example


Text Example

White with #E2AE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AE0D; }

 p { color: rgb(226,174,13); }

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

background-color css

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

 a { background-color: rgb(226,174,13); }

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

border-color css

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

 span { border-color: rgb(226,174,13); }

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