Html Css Color HEX #E6BF5E Ronchi

📋 copy color: '#E6BF5E'

red 230 ◦ green 191 ◦ blue 94

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

Shades of Ronchi #E6BF5E

Tints of Ronchi #E6BF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

 BLUE value IS 94 (37.11% from 255) = 18.25%

R = 44.66%
G = 37.09%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6BF5E (or 0xE6BF5E) is known color: Ronchi. HEX triplet: E6, BF and 5E. RGB value is (230,191,94). Sum of RGB (Red+Green+Blue) = 230+191+94=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF5E is #1940A1. Grayscale: #C0C0C0. Windows color (decimal): -1654946 or 6209510. OLE color: 6209510.

HSL color Cylindrical-coordinate representation of color #E6BF5E: hue angle of 42.79º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6BF5E is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 94 -
CMYK 0 0.17 0.59 0.10
HSL 42.79º 0.73% 0.64% -
HSV(B) 42.79º 0.59% 0.9% -
XYZ 53.28 54.89 18.38 -
YUV 191.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 230 191 94 0 0.17 0.59 0.10 42.79 0.73 0.64
Hex E6 BF 5E 0 11 3B A 2B 49 40
Octal 346 277 136 0 21 73 12 53 111 100
Binary 11100110 10111111 1011110 0 10001 111011 1010 101011 1001001 1000000

Color Harmonies of #E6BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BF5E

Black with #E6BF5E

Text Example


Text Example

White with #E6BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BF5E; }

 p { color: rgb(230,191,94); }

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

background-color css

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

 a { background-color: rgb(230,191,94); }

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

border-color css

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

 span { border-color: rgb(230,191,94); }

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