Html Css Color HEX #E29601 Gamboge

📋 copy color: '#E29601'

red 226 ◦ green 150 ◦ blue 1

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

Shades of Gamboge #E29601

Tints of Gamboge #E29601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

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

R = 59.95%
G = 39.79%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E29601 (or 0xE29601) is known color: Gamboge. HEX triplet: E2, 96 and 01. RGB value is (226,150,1). Sum of RGB (Red+Green+Blue) = 226+150+1=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E29601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29601 is #1D69FE. Grayscale: #9C9C9C. Windows color (decimal): -1927679 or 104162. OLE color: 104162.

HSL color Cylindrical-coordinate representation of color #E29601: hue angle of 39.73º 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 #E29601 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 150 1 -
CMYK 0 0.34 1.00 0.11
HSL 39.73º 0.99% 0.45% -
HSV(B) 39.73º 1% 0.89% -
XYZ 42.28 37.98 5.13 -
YUV 155.74 40.68 178.12 -
System Red Green Blue C M Y K H S L
Decimal 226 150 1 0 0.34 1.00 0.11 39.73 0.99 0.45
Hex E2 96 1 0 22 64 B 28 63 2D
Octal 342 226 1 0 42 144 13 50 143 55
Binary 11100010 10010110 1 0 100010 1100100 1011 101000 1100011 101101

Color Harmonies of #E29601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29601

Black with #E29601

Text Example


Text Example

White with #E29601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29601; }

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

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

background-color css

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

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

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

border-color css

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

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

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