Html Css Color HEX #E2B205 Gamboge

📋 copy color: '#E2B205'

red 226 ◦ green 178 ◦ blue 5

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

Shades of Gamboge #E2B205

Tints of Gamboge #E2B205

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.52%

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 55.26%
G = 43.52%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2B205 (or 0xE2B205) is known color: Gamboge. HEX triplet: E2, B2 and 05. RGB value is (226,178,5). Sum of RGB (Red+Green+Blue) = 226+178+5=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B205 is #1D4DFA. Grayscale: #ADADAD. Windows color (decimal): -1920507 or 373474. OLE color: 373474.

HSL color Cylindrical-coordinate representation of color #E2B205: hue angle of 46.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2B205 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 178 5 -
CMYK 0 0.21 0.98 0.11
HSL 46.97º 0.96% 0.45% -
HSV(B) 46.97º 0.98% 0.89% -
XYZ 47.31 48.02 6.92 -
YUV 172.63 33.4 166.07 -
System Red Green Blue C M Y K H S L
Decimal 226 178 5 0 0.21 0.98 0.11 46.97 0.96 0.45
Hex E2 B2 5 0 15 62 B 2F 60 2D
Octal 342 262 5 0 25 142 13 57 140 55
Binary 11100010 10110010 101 0 10101 1100010 1011 101111 1100000 101101

Color Harmonies of #E2B205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B205

Black with #E2B205

Text Example


Text Example

White with #E2B205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B205; }

 p { color: rgb(226,178,5); }

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

background-color css

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

 a { background-color: rgb(226,178,5); }

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

border-color css

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

 span { border-color: rgb(226,178,5); }

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