Html Css Color HEX #E2B34F Ronchi

📋 copy color: '#E2B34F'

red 226 ◦ green 179 ◦ blue 79

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

Shades of Ronchi #E2B34F

Tints of Ronchi #E2B34F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

 BLUE value IS 79 (31.25% from 255) = 16.32%

R = 46.69%
G = 36.98%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2B34F (or 0xE2B34F) is known color: Ronchi. HEX triplet: E2, B3 and 4F. RGB value is (226,179,79). Sum of RGB (Red+Green+Blue) = 226+179+79=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B34F is #1D4CB0. Grayscale: #B6B6B6. Windows color (decimal): -1920177 or 5223394. OLE color: 5223394.

HSL color Cylindrical-coordinate representation of color #E2B34F: hue angle of 40.82º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2B34F is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 179 79 -
CMYK 0 0.21 0.65 0.11
HSL 40.82º 0.72% 0.6% -
HSV(B) 40.82º 0.65% 0.89% -
XYZ 48.9 48.97 14.27 -
YUV 181.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 226 179 79 0 0.21 0.65 0.11 40.82 0.72 0.6
Hex E2 B3 4F 0 15 41 B 29 48 3C
Octal 342 263 117 0 25 101 13 51 110 74
Binary 11100010 10110011 1001111 0 10101 1000001 1011 101001 1001000 111100

Color Harmonies of #E2B34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B34F

Black with #E2B34F

Text Example


Text Example

White with #E2B34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B34F; }

 p { color: rgb(226,179,79); }

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

background-color css

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

 a { background-color: rgb(226,179,79); }

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

border-color css

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

 span { border-color: rgb(226,179,79); }

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