Html Css Color HEX #EABD5E Ronchi

📋 copy color: '#EABD5E'

red 234 ◦ green 189 ◦ blue 94

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

Shades of Ronchi #EABD5E

Tints of Ronchi #EABD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.18%

R = 45.26%
G = 36.56%
B = 18.18%

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

#EABD5E (or 0xEABD5E) is known color: Ronchi. HEX triplet: EA, BD and 5E. RGB value is (234,189,94). Sum of RGB (Red+Green+Blue) = 234+189+94=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD5E is #1542A1. Grayscale: #C0C0C0. Windows color (decimal): -1393314 or 6209002. OLE color: 6209002.

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

Color convert

RGB 234 189 94 -
CMYK 0 0.19 0.60 0.08
HSL 40.71º 0.77% 0.64% -
HSV(B) 40.71º 0.6% 0.92% -
XYZ 54.15 54.7 18.29 -
YUV 191.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 234 189 94 0 0.19 0.60 0.08 40.71 0.77 0.64
Hex EA BD 5E 0 13 3C 8 29 4D 40
Octal 352 275 136 0 23 74 10 51 115 100
Binary 11101010 10111101 1011110 0 10011 111100 1000 101001 1001101 1000000

Color Harmonies of #EABD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD5E

Black with #EABD5E

Text Example


Text Example

White with #EABD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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