Html Css Color HEX #E6B45A Ronchi

📋 copy color: '#E6B45A'

red 230 ◦ green 180 ◦ blue 90

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

Shades of Ronchi #E6B45A

Tints of Ronchi #E6B45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36%

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

R = 46%
G = 36%
B = 18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6B45A (or 0xE6B45A) is known color: Ronchi. HEX triplet: E6, B4 and 5A. RGB value is (230,180,90). Sum of RGB (Red+Green+Blue) = 230+180+90=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B45A is #194BA5. Grayscale: #B9B9B9. Windows color (decimal): -1657766 or 5944550. OLE color: 5944550.

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

Color convert

RGB 230 180 90 -
CMYK 0 0.22 0.61 0.10
HSL 38.57º 0.74% 0.63% -
HSV(B) 38.57º 0.61% 0.9% -
XYZ 50.8 50.2 16.69 -
YUV 184.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 230 180 90 0 0.22 0.61 0.10 38.57 0.74 0.63
Hex E6 B4 5A 0 16 3D A 27 4A 3F
Octal 346 264 132 0 26 75 12 47 112 77
Binary 11100110 10110100 1011010 0 10110 111101 1010 100111 1001010 111111

Color Harmonies of #E6B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B45A

Black with #E6B45A

Text Example


Text Example

White with #E6B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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