Html Css Color HEX #E6BC57 Ronchi

📋 copy color: '#E6BC57'

red 230 ◦ green 188 ◦ blue 87

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

Shades of Ronchi #E6BC57

Tints of Ronchi #E6BC57

RGB

 RED value IS 230 (90.23% from 255) = 45.54%

 GREEN value IS 188 (73.83% from 255) = 37.23%

 BLUE value IS 87 (34.38% from 255) = 17.23%

R = 45.54%
G = 37.23%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E6BC57 (or 0xE6BC57) is known color: Ronchi. HEX triplet: E6, BC and 57. RGB value is (230,188,87). Sum of RGB (Red+Green+Blue) = 230+188+87=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC57 is #1943A8. Grayscale: #BDBDBD. Windows color (decimal): -1655721 or 5749990. OLE color: 5749990.

HSL color Cylindrical-coordinate representation of color #E6BC57: hue angle of 42.38º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6BC57 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 188 87 -
CMYK 0 0.18 0.62 0.10
HSL 42.38º 0.74% 0.62% -
HSV(B) 42.38º 0.62% 0.9% -
XYZ 52.34 53.48 16.58 -
YUV 189.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 230 188 87 0 0.18 0.62 0.10 42.38 0.74 0.62
Hex E6 BC 57 0 12 3E A 2A 4A 3E
Octal 346 274 127 0 22 76 12 52 112 76
Binary 11100110 10111100 1010111 0 10010 111110 1010 101010 1001010 111110

Color Harmonies of #E6BC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC57

Black with #E6BC57

Text Example


Text Example

White with #E6BC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC57; }

 p { color: rgb(230,188,87); }

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

background-color css

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

 a { background-color: rgb(230,188,87); }

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

border-color css

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

 span { border-color: rgb(230,188,87); }

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