Html Css Color HEX #EAB85C Ronchi

📋 copy color: '#EAB85C'

red 234 ◦ green 184 ◦ blue 92

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

Shades of Ronchi #EAB85C

Tints of Ronchi #EAB85C

RGB

 RED value IS 234 (91.8% from 255) = 45.88%

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

 BLUE value IS 92 (36.33% from 255) = 18.04%

R = 45.88%
G = 36.08%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EAB85C (or 0xEAB85C) is known color: Ronchi. HEX triplet: EA, B8 and 5C. RGB value is (234,184,92). Sum of RGB (Red+Green+Blue) = 234+184+92=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB85C is #1547A3. Grayscale: #BCBCBC. Windows color (decimal): -1394596 or 6076650. OLE color: 6076650.

HSL color Cylindrical-coordinate representation of color #EAB85C: hue angle of 38.87º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAB85C is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 92 -
CMYK 0 0.21 0.61 0.08
HSL 38.87º 0.77% 0.64% -
HSV(B) 38.87º 0.61% 0.92% -
XYZ 53 52.55 17.47 -
YUV 188.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 234 184 92 0 0.21 0.61 0.08 38.87 0.77 0.64
Hex EA B8 5C 0 15 3D 8 27 4D 40
Octal 352 270 134 0 25 75 10 47 115 100
Binary 11101010 10111000 1011100 0 10101 111101 1000 100111 1001101 1000000

Color Harmonies of #EAB85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB85C

Black with #EAB85C

Text Example


Text Example

White with #EAB85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB85C; }

 p { color: rgb(234,184,92); }

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

background-color css

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

 a { background-color: rgb(234,184,92); }

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

border-color css

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

 span { border-color: rgb(234,184,92); }

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