Html Css Color HEX #E7BA52 Ronchi

📋 copy color: '#E7BA52'

red 231 ◦ green 186 ◦ blue 82

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

Shades of Ronchi #E7BA52

Tints of Ronchi #E7BA52

RGB

 RED value IS 231 (90.63% from 255) = 46.29%

 GREEN value IS 186 (73.05% from 255) = 37.27%

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

R = 46.29%
G = 37.27%
B = 16.43%

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

#E7BA52 (or 0xE7BA52) is known color: Ronchi. HEX triplet: E7, BA and 52. RGB value is (231,186,82). Sum of RGB (Red+Green+Blue) = 231+186+82=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA52 is #1845AD. Grayscale: #BCBCBC. Windows color (decimal): -1590702 or 5421799. OLE color: 5421799.

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

Color convert

RGB 231 186 82 -
CMYK 0 0.19 0.65 0.09
HSL 41.88º 0.76% 0.61% -
HSV(B) 41.88º 0.65% 0.91% -
XYZ 52.04 52.72 15.42 -
YUV 187.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 231 186 82 0 0.19 0.65 0.09 41.88 0.76 0.61
Hex E7 BA 52 0 13 41 9 2A 4C 3D
Octal 347 272 122 0 23 101 11 52 114 75
Binary 11100111 10111010 1010010 0 10011 1000001 1001 101010 1001100 111101

Color Harmonies of #E7BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BA52

Black with #E7BA52

Text Example


Text Example

White with #E7BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BA52; }

 p { color: rgb(231,186,82); }

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

background-color css

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

 a { background-color: rgb(231,186,82); }

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

border-color css

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

 span { border-color: rgb(231,186,82); }

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