Html Css Color HEX #E6B75C Ronchi

📋 copy color: '#E6B75C'

red 230 ◦ green 183 ◦ blue 92

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

Shades of Ronchi #E6B75C

Tints of Ronchi #E6B75C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.24%

 BLUE value IS 92 (36.33% from 255) = 18.22%

R = 45.54%
G = 36.24%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6B75C (or 0xE6B75C) is known color: Ronchi. HEX triplet: E6, B7 and 5C. RGB value is (230,183,92). Sum of RGB (Red+Green+Blue) = 230+183+92=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B75C is #1948A3. Grayscale: #BBBBBB. Windows color (decimal): -1656996 or 6076390. OLE color: 6076390.

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

Color convert

RGB 230 183 92 -
CMYK 0 0.20 0.60 0.10
HSL 39.57º 0.73% 0.63% -
HSV(B) 39.57º 0.6% 0.9% -
XYZ 51.5 51.46 17.34 -
YUV 186.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 230 183 92 0 0.20 0.60 0.10 39.57 0.73 0.63
Hex E6 B7 5C 0 14 3C A 28 49 3F
Octal 346 267 134 0 24 74 12 50 111 77
Binary 11100110 10110111 1011100 0 10100 111100 1010 101000 1001001 111111

Color Harmonies of #E6B75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B75C

Black with #E6B75C

Text Example


Text Example

White with #E6B75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B75C; }

 p { color: rgb(230,183,92); }

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

background-color css

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

 a { background-color: rgb(230,183,92); }

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

border-color css

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

 span { border-color: rgb(230,183,92); }

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