Html Css Color HEX #E6BA45 Ronchi

📋 copy color: '#E6BA45'

red 230 ◦ green 186 ◦ blue 69

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

Shades of Ronchi #E6BA45

Tints of Ronchi #E6BA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 69 (27.34% from 255) = 14.23%

R = 47.42%
G = 38.35%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E6BA45 (or 0xE6BA45) is known color: Ronchi. HEX triplet: E6, BA and 45. RGB value is (230,186,69). Sum of RGB (Red+Green+Blue) = 230+186+69=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BA45 is #1945BA. Grayscale: #BABABA. Windows color (decimal): -1656251 or 4569830. OLE color: 4569830.

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

Color convert

RGB 230 186 69 -
CMYK 0 0.19 0.7 0.10
HSL 43.6º 0.76% 0.59% -
HSV(B) 43.6º 0.7% 0.9% -
XYZ 51.27 52.37 13.04 -
YUV 185.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 230 186 69 0 0.19 0.7 0.10 43.6 0.76 0.59
Hex E6 BA 45 0 13 46 A 2C 4C 3B
Octal 346 272 105 0 23 106 12 54 114 73
Binary 11100110 10111010 1000101 0 10011 1000110 1010 101100 1001100 111011

Color Harmonies of #E6BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA45

Black with #E6BA45

Text Example


Text Example

White with #E6BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA45; }

 p { color: rgb(230,186,69); }

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

background-color css

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

 a { background-color: rgb(230,186,69); }

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

border-color css

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

 span { border-color: rgb(230,186,69); }

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