Html Css Color HEX #E6BA5B Ronchi

📋 copy color: '#E6BA5B'

red 230 ◦ green 186 ◦ blue 91

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

Shades of Ronchi #E6BA5B

Tints of Ronchi #E6BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.95%

R = 45.36%
G = 36.69%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6BA5B (or 0xE6BA5B) is known color: Ronchi. HEX triplet: E6, BA and 5B. RGB value is (230,186,91). Sum of RGB (Red+Green+Blue) = 230+186+91=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA5B is #1945A4. Grayscale: #BCBCBC. Windows color (decimal): -1656229 or 6011622. OLE color: 6011622.

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

Color convert

RGB 230 186 91 -
CMYK 0 0.19 0.60 0.10
HSL 41.01º 0.74% 0.63% -
HSV(B) 41.01º 0.6% 0.9% -
XYZ 52.08 52.7 17.32 -
YUV 188.33 73.08 157.72 -
System Red Green Blue C M Y K H S L
Decimal 230 186 91 0 0.19 0.60 0.10 41.01 0.74 0.63
Hex E6 BA 5B 0 13 3C A 29 4A 3F
Octal 346 272 133 0 23 74 12 51 112 77
Binary 11100110 10111010 1011011 0 10011 111100 1010 101001 1001010 111111

Color Harmonies of #E6BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA5B

Black with #E6BA5B

Text Example


Text Example

White with #E6BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA5B; }

 p { color: rgb(230,186,91); }

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

background-color css

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

 a { background-color: rgb(230,186,91); }

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

border-color css

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

 span { border-color: rgb(230,186,91); }

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