Html Css Color HEX #E6BC5A Ronchi

📋 copy color: '#E6BC5A'

red 230 ◦ green 188 ◦ blue 90

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

Shades of Ronchi #E6BC5A

Tints of Ronchi #E6BC5A

RGB

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

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

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

R = 45.28%
G = 37.01%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6BC5A (or 0xE6BC5A) is known color: Ronchi. HEX triplet: E6, BC and 5A. RGB value is (230,188,90). Sum of RGB (Red+Green+Blue) = 230+188+90=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC5A is #1943A5. Grayscale: #BDBDBD. Windows color (decimal): -1655718 or 5946598. OLE color: 5946598.

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

Color convert

RGB 230 188 90 -
CMYK 0 0.18 0.61 0.10
HSL 42º 0.74% 0.63% -
HSV(B) 42º 0.61% 0.9% -
XYZ 52.46 53.53 17.24 -
YUV 189.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 230 188 90 0 0.18 0.61 0.10 42 0.74 0.63
Hex E6 BC 5A 0 12 3D A 2A 4A 3F
Octal 346 274 132 0 22 75 12 52 112 77
Binary 11100110 10111100 1011010 0 10010 111101 1010 101010 1001010 111111

Color Harmonies of #E6BC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC5A

Black with #E6BC5A

Text Example


Text Example

White with #E6BC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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