Html Css Color HEX #E6BB45 Ronchi

📋 copy color: '#E6BB45'

red 230 ◦ green 187 ◦ blue 69

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

Shades of Ronchi #E6BB45

Tints of Ronchi #E6BB45

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.48%

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

R = 47.33%
G = 38.48%
B = 14.2%

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

#E6BB45 (or 0xE6BB45) is known color: Ronchi. HEX triplet: E6, BB and 45. RGB value is (230,187,69). Sum of RGB (Red+Green+Blue) = 230+187+69=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BB45 is #1944BA. Grayscale: #BABABA. Windows color (decimal): -1655995 or 4570086. OLE color: 4570086.

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

Color convert

RGB 230 187 69 -
CMYK 0 0.19 0.7 0.10
HSL 43.98º 0.76% 0.59% -
HSV(B) 43.98º 0.7% 0.9% -
XYZ 51.48 52.79 13.11 -
YUV 186.41 61.75 159.09 -
System Red Green Blue C M Y K H S L
Decimal 230 187 69 0 0.19 0.7 0.10 43.98 0.76 0.59
Hex E6 BB 45 0 13 46 A 2C 4C 3B
Octal 346 273 105 0 23 106 12 54 114 73
Binary 11100110 10111011 1000101 0 10011 1000110 1010 101100 1001100 111011

Color Harmonies of #E6BB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BB45

Black with #E6BB45

Text Example


Text Example

White with #E6BB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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