Html Css Color HEX #E6BE54 Ronchi

📋 copy color: '#E6BE54'

red 230 ◦ green 190 ◦ blue 84

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

Shades of Ronchi #E6BE54

Tints of Ronchi #E6BE54

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

 BLUE value IS 84 (33.2% from 255) = 16.67%

R = 45.63%
G = 37.7%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E6BE54 (or 0xE6BE54) is known color: Ronchi. HEX triplet: E6, BE and 54. RGB value is (230,190,84). Sum of RGB (Red+Green+Blue) = 230+190+84=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE54 is #1941AB. Grayscale: #BEBEBE. Windows color (decimal): -1655212 or 5553894. OLE color: 5553894.

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

Color convert

RGB 230 190 84 -
CMYK 0 0.17 0.63 0.10
HSL 43.56º 0.74% 0.62% -
HSV(B) 43.56º 0.63% 0.9% -
XYZ 52.65 54.29 16.09 -
YUV 189.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 230 190 84 0 0.17 0.63 0.10 43.56 0.74 0.62
Hex E6 BE 54 0 11 3F A 2C 4A 3E
Octal 346 276 124 0 21 77 12 54 112 76
Binary 11100110 10111110 1010100 0 10001 111111 1010 101100 1001010 111110

Color Harmonies of #E6BE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BE54

Black with #E6BE54

Text Example


Text Example

White with #E6BE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BE54; }

 p { color: rgb(230,190,84); }

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

background-color css

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

 a { background-color: rgb(230,190,84); }

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

border-color css

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

 span { border-color: rgb(230,190,84); }

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