Html Css Color HEX #E0B952 Ronchi

📋 copy color: '#E0B952'

red 224 ◦ green 185 ◦ blue 82

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

Shades of Ronchi #E0B952

Tints of Ronchi #E0B952

RGB

 RED value IS 224 (87.89% from 255) = 45.62%

 GREEN value IS 185 (72.66% from 255) = 37.68%

 BLUE value IS 82 (32.42% from 255) = 16.7%

R = 45.62%
G = 37.68%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E0B952 (or 0xE0B952) is known color: Ronchi. HEX triplet: E0, B9 and 52. RGB value is (224,185,82). Sum of RGB (Red+Green+Blue) = 224+185+82=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B952 is #1F46AD. Grayscale: #B9B9B9. Windows color (decimal): -2049710 or 5421536. OLE color: 5421536.

HSL color Cylindrical-coordinate representation of color #E0B952: hue angle of 43.52º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0B952 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 185 82 -
CMYK 0 0.17 0.63 0.12
HSL 43.52º 0.7% 0.6% -
HSV(B) 43.52º 0.63% 0.88% -
XYZ 49.61 51.15 15.24 -
YUV 184.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 224 185 82 0 0.17 0.63 0.12 43.52 0.7 0.6
Hex E0 B9 52 0 11 3F C 2C 46 3C
Octal 340 271 122 0 21 77 14 54 106 74
Binary 11100000 10111001 1010010 0 10001 111111 1100 101100 1000110 111100

Color Harmonies of #E0B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B952

Black with #E0B952

Text Example


Text Example

White with #E0B952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B952; }

 p { color: rgb(224,185,82); }

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

background-color css

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

 a { background-color: rgb(224,185,82); }

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

border-color css

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

 span { border-color: rgb(224,185,82); }

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