Html Css Color HEX #E29A01 Gamboge

📋 copy color: '#E29A01'

red 226 ◦ green 154 ◦ blue 1

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

Shades of Gamboge #E29A01

Tints of Gamboge #E29A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 59.32%
G = 40.42%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E29A01 (or 0xE29A01) is known color: Gamboge. HEX triplet: E2, 9A and 01. RGB value is (226,154,1). Sum of RGB (Red+Green+Blue) = 226+154+1=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29A01 is #1D65FE. Grayscale: #9E9E9E. Windows color (decimal): -1926655 or 105186. OLE color: 105186.

HSL color Cylindrical-coordinate representation of color #E29A01: hue angle of 40.8º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E29A01 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 154 1 -
CMYK 0 0.32 1.00 0.11
HSL 40.8º 0.99% 0.45% -
HSV(B) 40.8º 1% 0.89% -
XYZ 42.93 39.28 5.35 -
YUV 158.09 39.35 176.44 -
System Red Green Blue C M Y K H S L
Decimal 226 154 1 0 0.32 1.00 0.11 40.8 0.99 0.45
Hex E2 9A 1 0 20 64 B 29 63 2D
Octal 342 232 1 0 40 144 13 51 143 55
Binary 11100010 10011010 1 0 100000 1100100 1011 101001 1100011 101101

Color Harmonies of #E29A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29A01

Black with #E29A01

Text Example


Text Example

White with #E29A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29A01; }

 p { color: rgb(226,154,1); }

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

background-color css

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

 a { background-color: rgb(226,154,1); }

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

border-color css

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

 span { border-color: rgb(226,154,1); }

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