Html Css Color HEX #E2B75A Ronchi

📋 copy color: '#E2B75A'

red 226 ◦ green 183 ◦ blue 90

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

Shades of Ronchi #E2B75A

Tints of Ronchi #E2B75A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

 BLUE value IS 90 (35.55% from 255) = 18.04%

R = 45.29%
G = 36.67%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2B75A (or 0xE2B75A) is known color: Ronchi. HEX triplet: E2, B7 and 5A. RGB value is (226,183,90). Sum of RGB (Red+Green+Blue) = 226+183+90=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B75A is #1D48A5. Grayscale: #B9B9B9. Windows color (decimal): -1919142 or 5945314. OLE color: 5945314.

HSL color Cylindrical-coordinate representation of color #E2B75A: hue angle of 41.03º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2B75A is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 183 90 -
CMYK 0 0.19 0.60 0.11
HSL 41.03º 0.7% 0.62% -
HSV(B) 41.03º 0.6% 0.89% -
XYZ 50.14 50.77 16.83 -
YUV 185.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 226 183 90 0 0.19 0.60 0.11 41.03 0.7 0.62
Hex E2 B7 5A 0 13 3C B 29 46 3E
Octal 342 267 132 0 23 74 13 51 106 76
Binary 11100010 10110111 1011010 0 10011 111100 1011 101001 1000110 111110

Color Harmonies of #E2B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B75A

Black with #E2B75A

Text Example


Text Example

White with #E2B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B75A; }

 p { color: rgb(226,183,90); }

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

background-color css

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

 a { background-color: rgb(226,183,90); }

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

border-color css

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

 span { border-color: rgb(226,183,90); }

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