Html Css Color HEX #E2BD5D Ronchi

📋 copy color: '#E2BD5D'

red 226 ◦ green 189 ◦ blue 93

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

Shades of Ronchi #E2BD5D

Tints of Ronchi #E2BD5D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 44.49%
G = 37.2%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2BD5D (or 0xE2BD5D) is known color: Ronchi. HEX triplet: E2, BD and 5D. RGB value is (226,189,93). Sum of RGB (Red+Green+Blue) = 226+189+93=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD5D is #1D42A2. Grayscale: #BDBDBD. Windows color (decimal): -1917603 or 6143458. OLE color: 6143458.

HSL color Cylindrical-coordinate representation of color #E2BD5D: hue angle of 43.31º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2BD5D is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 189 93 -
CMYK 0 0.16 0.59 0.11
HSL 43.31º 0.7% 0.63% -
HSV(B) 43.31º 0.59% 0.89% -
XYZ 51.54 53.35 17.94 -
YUV 189.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 226 189 93 0 0.16 0.59 0.11 43.31 0.7 0.63
Hex E2 BD 5D 0 10 3B B 2B 46 3F
Octal 342 275 135 0 20 73 13 53 106 77
Binary 11100010 10111101 1011101 0 10000 111011 1011 101011 1000110 111111

Color Harmonies of #E2BD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD5D

Black with #E2BD5D

Text Example


Text Example

White with #E2BD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD5D; }

 p { color: rgb(226,189,93); }

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

background-color css

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

 a { background-color: rgb(226,189,93); }

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

border-color css

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

 span { border-color: rgb(226,189,93); }

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