Html Css Color HEX #EABA4D Ronchi

📋 copy color: '#EABA4D'

red 234 ◦ green 186 ◦ blue 77

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

Shades of Ronchi #EABA4D

Tints of Ronchi #EABA4D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 77 (30.47% from 255) = 15.49%

R = 47.08%
G = 37.42%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EABA4D (or 0xEABA4D) is known color: Ronchi. HEX triplet: EA, BA and 4D. RGB value is (234,186,77). Sum of RGB (Red+Green+Blue) = 234+186+77=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA4D is #1545B2. Grayscale: #BCBCBC. Windows color (decimal): -1394099 or 5094122. OLE color: 5094122.

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

Color convert

RGB 234 186 77 -
CMYK 0 0.21 0.67 0.08
HSL 41.66º 0.79% 0.61% -
HSV(B) 41.66º 0.67% 0.92% -
XYZ 52.83 53.15 14.49 -
YUV 187.93 65.4 160.86 -
System Red Green Blue C M Y K H S L
Decimal 234 186 77 0 0.21 0.67 0.08 41.66 0.79 0.61
Hex EA BA 4D 0 15 43 8 2A 4F 3D
Octal 352 272 115 0 25 103 10 52 117 75
Binary 11101010 10111010 1001101 0 10101 1000011 1000 101010 1001111 111101

Color Harmonies of #EABA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA4D

Black with #EABA4D

Text Example


Text Example

White with #EABA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA4D; }

 p { color: rgb(234,186,77); }

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

background-color css

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

 a { background-color: rgb(234,186,77); }

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

border-color css

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

 span { border-color: rgb(234,186,77); }

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