Html Css Color HEX #EABD5D Ronchi

📋 copy color: '#EABD5D'

red 234 ◦ green 189 ◦ blue 93

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

Shades of Ronchi #EABD5D

Tints of Ronchi #EABD5D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.63%

 BLUE value IS 93 (36.72% from 255) = 18.02%

R = 45.35%
G = 36.63%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EABD5D (or 0xEABD5D) is known color: Ronchi. HEX triplet: EA, BD and 5D. RGB value is (234,189,93). Sum of RGB (Red+Green+Blue) = 234+189+93=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD5D is #1542A2. Grayscale: #BFBFBF. Windows color (decimal): -1393315 or 6143466. OLE color: 6143466.

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

Color convert

RGB 234 189 93 -
CMYK 0 0.19 0.60 0.08
HSL 40.85º 0.77% 0.64% -
HSV(B) 40.85º 0.6% 0.92% -
XYZ 54.11 54.68 18.06 -
YUV 191.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 234 189 93 0 0.19 0.60 0.08 40.85 0.77 0.64
Hex EA BD 5D 0 13 3C 8 29 4D 40
Octal 352 275 135 0 23 74 10 51 115 100
Binary 11101010 10111101 1011101 0 10011 111100 1000 101001 1001101 1000000

Color Harmonies of #EABD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD5D

Black with #EABD5D

Text Example


Text Example

White with #EABD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD5D; }

 p { color: rgb(234,189,93); }

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

background-color css

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

 a { background-color: rgb(234,189,93); }

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

border-color css

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

 span { border-color: rgb(234,189,93); }

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