Html Css Color HEX #EABA4A Ronchi

📋 copy color: '#EABA4A'

red 234 ◦ green 186 ◦ blue 74

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

Shades of Ronchi #EABA4A

Tints of Ronchi #EABA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.98%

R = 47.37%
G = 37.65%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EABA4A (or 0xEABA4A) is known color: Ronchi. HEX triplet: EA, BA and 4A. RGB value is (234,186,74). Sum of RGB (Red+Green+Blue) = 234+186+74=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA4A is #1545B5. Grayscale: #BCBCBC. Windows color (decimal): -1394102 or 4897514. OLE color: 4897514.

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

Color convert

RGB 234 186 74 -
CMYK 0 0.21 0.68 0.08
HSL 42º 0.79% 0.6% -
HSV(B) 42º 0.68% 0.92% -
XYZ 52.73 53.1 13.95 -
YUV 187.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 234 186 74 0 0.21 0.68 0.08 42 0.79 0.6
Hex EA BA 4A 0 15 44 8 2A 4F 3C
Octal 352 272 112 0 25 104 10 52 117 74
Binary 11101010 10111010 1001010 0 10101 1000100 1000 101010 1001111 111100

Color Harmonies of #EABA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA4A

Black with #EABA4A

Text Example


Text Example

White with #EABA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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