Html Css Color HEX #E6B65B Ronchi

📋 copy color: '#E6B65B'

red 230 ◦ green 182 ◦ blue 91

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

Shades of Ronchi #E6B65B

Tints of Ronchi #E6B65B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.18%

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

R = 45.73%
G = 36.18%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6B65B (or 0xE6B65B) is known color: Ronchi. HEX triplet: E6, B6 and 5B. RGB value is (230,182,91). Sum of RGB (Red+Green+Blue) = 230+182+91=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B65B is #1949A4. Grayscale: #BABABA. Windows color (decimal): -1657253 or 6010598. OLE color: 6010598.

HSL color Cylindrical-coordinate representation of color #E6B65B: hue angle of 39.28º 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 #E6B65B is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 182 91 -
CMYK 0 0.21 0.60 0.10
HSL 39.28º 0.74% 0.63% -
HSV(B) 39.28º 0.6% 0.9% -
XYZ 51.25 51.03 17.05 -
YUV 185.98 74.4 159.4 -
System Red Green Blue C M Y K H S L
Decimal 230 182 91 0 0.21 0.60 0.10 39.28 0.74 0.63
Hex E6 B6 5B 0 15 3C A 27 4A 3F
Octal 346 266 133 0 25 74 12 47 112 77
Binary 11100110 10110110 1011011 0 10101 111100 1010 100111 1001010 111111

Color Harmonies of #E6B65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B65B

Black with #E6B65B

Text Example


Text Example

White with #E6B65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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