Html Css Color HEX #E6B54A Ronchi

📋 copy color: '#E6B54A'

red 230 ◦ green 181 ◦ blue 74

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

Shades of Ronchi #E6B54A

Tints of Ronchi #E6B54A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.32%

 BLUE value IS 74 (29.3% from 255) = 15.26%

R = 47.42%
G = 37.32%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6B54A (or 0xE6B54A) is known color: Ronchi. HEX triplet: E6, B5 and 4A. RGB value is (230,181,74). Sum of RGB (Red+Green+Blue) = 230+181+74=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B54A is #194AB5. Grayscale: #B7B7B7. Windows color (decimal): -1657526 or 4896230. OLE color: 4896230.

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

Color convert

RGB 230 181 74 -
CMYK 0 0.21 0.68 0.10
HSL 41.15º 0.76% 0.6% -
HSV(B) 41.15º 0.68% 0.9% -
XYZ 50.39 50.37 13.54 -
YUV 183.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 230 181 74 0 0.21 0.68 0.10 41.15 0.76 0.6
Hex E6 B5 4A 0 15 44 A 29 4C 3C
Octal 346 265 112 0 25 104 12 51 114 74
Binary 11100110 10110101 1001010 0 10101 1000100 1010 101001 1001100 111100

Color Harmonies of #E6B54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B54A

Black with #E6B54A

Text Example


Text Example

White with #E6B54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B54A; }

 p { color: rgb(230,181,74); }

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

background-color css

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

 a { background-color: rgb(230,181,74); }

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

border-color css

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

 span { border-color: rgb(230,181,74); }

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