Html Css Color HEX #E6BF5A Ronchi

📋 copy color: '#E6BF5A'

red 230 ◦ green 191 ◦ blue 90

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

Shades of Ronchi #E6BF5A

Tints of Ronchi #E6BF5A

RGB

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

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

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

R = 45.01%
G = 37.38%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6BF5A (or 0xE6BF5A) is known color: Ronchi. HEX triplet: E6, BF and 5A. RGB value is (230,191,90). Sum of RGB (Red+Green+Blue) = 230+191+90=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF5A is #1940A5. Grayscale: #BFBFBF. Windows color (decimal): -1654950 or 5947366. OLE color: 5947366.

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

Color convert

RGB 230 191 90 -
CMYK 0 0.17 0.61 0.10
HSL 43.29º 0.74% 0.63% -
HSV(B) 43.29º 0.61% 0.9% -
XYZ 53.11 54.82 17.46 -
YUV 191.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 230 191 90 0 0.17 0.61 0.10 43.29 0.74 0.63
Hex E6 BF 5A 0 11 3D A 2B 4A 3F
Octal 346 277 132 0 21 75 12 53 112 77
Binary 11100110 10111111 1011010 0 10001 111101 1010 101011 1001010 111111

Color Harmonies of #E6BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BF5A

Black with #E6BF5A

Text Example


Text Example

White with #E6BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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