Html Css Color HEX #E29D0B Gamboge

📋 copy color: '#E29D0B'

red 226 ◦ green 157 ◦ blue 11

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

Shades of Gamboge #E29D0B

Tints of Gamboge #E29D0B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.85%

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 57.36%
G = 39.85%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E29D0B (or 0xE29D0B) is known color: Gamboge. HEX triplet: E2, 9D and 0B. RGB value is (226,157,11). Sum of RGB (Red+Green+Blue) = 226+157+11=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29D0B is #1D62F4. Grayscale: #A1A1A1. Windows color (decimal): -1925877 or 761314. OLE color: 761314.

HSL color Cylindrical-coordinate representation of color #E29D0B: hue angle of 40.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E29D0B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 157 11 -
CMYK 0 0.31 0.95 0.11
HSL 40.74º 0.91% 0.46% -
HSV(B) 40.74º 0.95% 0.89% -
XYZ 43.48 40.31 5.8 -
YUV 160.99 43.36 174.37 -
System Red Green Blue C M Y K H S L
Decimal 226 157 11 0 0.31 0.95 0.11 40.74 0.91 0.46
Hex E2 9D B 0 1F 5F B 29 5B 2E
Octal 342 235 13 0 37 137 13 51 133 56
Binary 11100010 10011101 1011 0 11111 1011111 1011 101001 1011011 101110

Color Harmonies of #E29D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29D0B

Black with #E29D0B

Text Example


Text Example

White with #E29D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29D0B; }

 p { color: rgb(226,157,11); }

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

background-color css

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

 a { background-color: rgb(226,157,11); }

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

border-color css

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

 span { border-color: rgb(226,157,11); }

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