Html Css Color HEX #E6B94F Ronchi

📋 copy color: '#E6B94F'

red 230 ◦ green 185 ◦ blue 79

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

Shades of Ronchi #E6B94F

Tints of Ronchi #E6B94F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.45%

 BLUE value IS 79 (31.25% from 255) = 15.99%

R = 46.56%
G = 37.45%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6B94F (or 0xE6B94F) is known color: Ronchi. HEX triplet: E6, B9 and 4F. RGB value is (230,185,79). Sum of RGB (Red+Green+Blue) = 230+185+79=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B94F is #1946B0. Grayscale: #BABABA. Windows color (decimal): -1656497 or 5224934. OLE color: 5224934.

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

Color convert

RGB 230 185 79 -
CMYK 0 0.20 0.66 0.10
HSL 42.12º 0.75% 0.61% -
HSV(B) 42.12º 0.66% 0.9% -
XYZ 51.39 52.09 14.74 -
YUV 186.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 230 185 79 0 0.20 0.66 0.10 42.12 0.75 0.61
Hex E6 B9 4F 0 14 42 A 2A 4B 3D
Octal 346 271 117 0 24 102 12 52 113 75
Binary 11100110 10111001 1001111 0 10100 1000010 1010 101010 1001011 111101

Color Harmonies of #E6B94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B94F

Black with #E6B94F

Text Example


Text Example

White with #E6B94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B94F; }

 p { color: rgb(230,185,79); }

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

background-color css

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

 a { background-color: rgb(230,185,79); }

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

border-color css

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

 span { border-color: rgb(230,185,79); }

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