Html Css Color HEX #E5B34A Ronchi

📋 copy color: '#E5B34A'

red 229 ◦ green 179 ◦ blue 74

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

Shades of Ronchi #E5B34A

Tints of Ronchi #E5B34A

RGB

 RED value IS 229 (89.84% from 255) = 47.51%

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

 BLUE value IS 74 (29.3% from 255) = 15.35%

R = 47.51%
G = 37.14%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5B34A (or 0xE5B34A) is known color: Ronchi. HEX triplet: E5, B3 and 4A. RGB value is (229,179,74). Sum of RGB (Red+Green+Blue) = 229+179+74=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B34A is #1A4CB5. Grayscale: #B6B6B6. Windows color (decimal): -1723574 or 4895717. OLE color: 4895717.

HSL color Cylindrical-coordinate representation of color #E5B34A: hue angle of 40.65º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5B34A is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 179 74 -
CMYK 0 0.22 0.68 0.10
HSL 40.65º 0.75% 0.59% -
HSV(B) 40.65º 0.68% 0.9% -
XYZ 49.67 49.39 13.39 -
YUV 181.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 229 179 74 0 0.22 0.68 0.10 40.65 0.75 0.59
Hex E5 B3 4A 0 16 44 A 29 4B 3B
Octal 345 263 112 0 26 104 12 51 113 73
Binary 11100101 10110011 1001010 0 10110 1000100 1010 101001 1001011 111011

Color Harmonies of #E5B34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B34A

Black with #E5B34A

Text Example


Text Example

White with #E5B34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B34A; }

 p { color: rgb(229,179,74); }

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

background-color css

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

 a { background-color: rgb(229,179,74); }

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

border-color css

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

 span { border-color: rgb(229,179,74); }

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