Html Css Color HEX #EABD5A Ronchi

📋 copy color: '#EABD5A'

red 234 ◦ green 189 ◦ blue 90

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

Shades of Ronchi #EABD5A

Tints of Ronchi #EABD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.54%

R = 45.61%
G = 36.84%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EABD5A (or 0xEABD5A) is known color: Ronchi. HEX triplet: EA, BD and 5A. RGB value is (234,189,90). Sum of RGB (Red+Green+Blue) = 234+189+90=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD5A is #1542A5. Grayscale: #BFBFBF. Windows color (decimal): -1393318 or 5946858. OLE color: 5946858.

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

Color convert

RGB 234 189 90 -
CMYK 0 0.19 0.62 0.08
HSL 41.25º 0.77% 0.64% -
HSV(B) 41.25º 0.62% 0.92% -
XYZ 53.97 54.63 17.37 -
YUV 191.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 234 189 90 0 0.19 0.62 0.08 41.25 0.77 0.64
Hex EA BD 5A 0 13 3E 8 29 4D 40
Octal 352 275 132 0 23 76 10 51 115 100
Binary 11101010 10111101 1011010 0 10011 111110 1000 101001 1001101 1000000

Color Harmonies of #EABD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD5A

Black with #EABD5A

Text Example


Text Example

White with #EABD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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