Html Css Color HEX #E6B84A Ronchi

📋 copy color: '#E6B84A'

red 230 ◦ green 184 ◦ blue 74

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

Shades of Ronchi #E6B84A

Tints of Ronchi #E6B84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.7%

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

R = 47.13%
G = 37.7%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6B84A (or 0xE6B84A) is known color: Ronchi. HEX triplet: E6, B8 and 4A. RGB value is (230,184,74). Sum of RGB (Red+Green+Blue) = 230+184+74=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B84A is #1947B5. Grayscale: #B9B9B9. Windows color (decimal): -1656758 or 4896998. OLE color: 4896998.

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

Color convert

RGB 230 184 74 -
CMYK 0 0.2 0.68 0.10
HSL 42.31º 0.76% 0.6% -
HSV(B) 42.31º 0.68% 0.9% -
XYZ 51.01 51.6 13.75 -
YUV 185.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 230 184 74 0 0.2 0.68 0.10 42.31 0.76 0.6
Hex E6 B8 4A 0 14 44 A 2A 4C 3C
Octal 346 270 112 0 24 104 12 52 114 74
Binary 11100110 10111000 1001010 0 10100 1000100 1010 101010 1001100 111100

Color Harmonies of #E6B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B84A

Black with #E6B84A

Text Example


Text Example

White with #E6B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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