Html Css Color HEX #E29D1F Buttercup

📋 copy color: '#E29D1F'

red 226 ◦ green 157 ◦ blue 31

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

Shades of Buttercup #E29D1F

Tints of Buttercup #E29D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.49%

R = 54.59%
G = 37.92%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E29D1F (or 0xE29D1F) is known color: Buttercup. HEX triplet: E2, 9D and 1F. RGB value is (226,157,31). Sum of RGB (Red+Green+Blue) = 226+157+31=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29D1F is #1D62E0. Grayscale: #A3A3A3. Windows color (decimal): -1925857 or 2072034. OLE color: 2072034.

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

Color convert

RGB 226 157 31 -
CMYK 0 0.31 0.86 0.11
HSL 38.77º 0.77% 0.5% -
HSV(B) 38.77º 0.86% 0.89% -
XYZ 43.67 40.38 6.79 -
YUV 163.27 53.36 172.75 -
System Red Green Blue C M Y K H S L
Decimal 226 157 31 0 0.31 0.86 0.11 38.77 0.77 0.5
Hex E2 9D 1F 0 1F 56 B 27 4D 32
Octal 342 235 37 0 37 126 13 47 115 62
Binary 11100010 10011101 11111 0 11111 1010110 1011 100111 1001101 110010

Color Harmonies of #E29D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29D1F

Black with #E29D1F

Text Example


Text Example

White with #E29D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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