Html Css Color HEX #E29400 Gamboge

📋 copy color: '#E29400'

red 226 ◦ green 148 ◦ blue 0

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

Shades of Gamboge #E29400

Tints of Gamboge #E29400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.43%
G = 39.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E29400 (or 0xE29400) is known color: Gamboge. HEX triplet: E2, 94 and 00. RGB value is (226,148,0). Sum of RGB (Red+Green+Blue) = 226+148+0=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E29400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29400 is #1D6BFF. Grayscale: #9B9B9B. Windows color (decimal): -1928192 or 38114. OLE color: 38114.

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

Color convert

RGB 226 148 0 -
CMYK 0 0.35 1 0.11
HSL 39.29º 1% 0.44% -
HSV(B) 39.29º 1% 0.89% -
XYZ 41.95 37.35 5 -
YUV 154.45 40.84 179.03 -
System Red Green Blue C M Y K H S L
Decimal 226 148 0 0 0.35 1 0.11 39.29 1 0.44
Hex E2 94 0 0 23 64 B 27 64 2C
Octal 342 224 0 0 43 144 13 47 144 54
Binary 11100010 10010100 0 0 100011 1100100 1011 100111 1100100 101100

Color Harmonies of #E29400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29400

Black with #E29400

Text Example


Text Example

White with #E29400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29400; }

 p { color: rgb(226,148,0); }

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

background-color css

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

 a { background-color: rgb(226,148,0); }

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

border-color css

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

 span { border-color: rgb(226,148,0); }

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