Html Css Color HEX #E8BD52 Ronchi

📋 copy color: '#E8BD52'

red 232 ◦ green 189 ◦ blue 82

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

Shades of Ronchi #E8BD52

Tints of Ronchi #E8BD52

RGB

 RED value IS 232 (91.02% from 255) = 46.12%

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

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

R = 46.12%
G = 37.57%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E8BD52 (or 0xE8BD52) is known color: Ronchi. HEX triplet: E8, BD and 52. RGB value is (232,189,82). Sum of RGB (Red+Green+Blue) = 232+189+82=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BD52 is #1742AD. Grayscale: #BEBEBE. Windows color (decimal): -1524398 or 5422568. OLE color: 5422568.

HSL color Cylindrical-coordinate representation of color #E8BD52: hue angle of 42.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8BD52 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 189 82 -
CMYK 0 0.19 0.65 0.09
HSL 42.8º 0.77% 0.62% -
HSV(B) 42.8º 0.65% 0.91% -
XYZ 53 54.16 15.64 -
YUV 189.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 232 189 82 0 0.19 0.65 0.09 42.8 0.77 0.62
Hex E8 BD 52 0 13 41 9 2B 4D 3E
Octal 350 275 122 0 23 101 11 53 115 76
Binary 11101000 10111101 1010010 0 10011 1000001 1001 101011 1001101 111110

Color Harmonies of #E8BD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BD52

Black with #E8BD52

Text Example


Text Example

White with #E8BD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BD52; }

 p { color: rgb(232,189,82); }

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

background-color css

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

 a { background-color: rgb(232,189,82); }

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

border-color css

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

 span { border-color: rgb(232,189,82); }

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