Html Css Color HEX #EABC50 Ronchi

📋 copy color: '#EABC50'

red 234 ◦ green 188 ◦ blue 80

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

Shades of Ronchi #EABC50

Tints of Ronchi #EABC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.45%

 BLUE value IS 80 (31.64% from 255) = 15.94%

R = 46.61%
G = 37.45%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EABC50 (or 0xEABC50) is known color: Ronchi. HEX triplet: EA, BC and 50. RGB value is (234,188,80). Sum of RGB (Red+Green+Blue) = 234+188+80=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC50 is #1543AF. Grayscale: #BDBDBD. Windows color (decimal): -1393584 or 5291242. OLE color: 5291242.

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

Color convert

RGB 234 188 80 -
CMYK 0 0.20 0.66 0.08
HSL 42.08º 0.79% 0.62% -
HSV(B) 42.08º 0.66% 0.92% -
XYZ 53.36 54.04 15.21 -
YUV 189.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 234 188 80 0 0.20 0.66 0.08 42.08 0.79 0.62
Hex EA BC 50 0 14 42 8 2A 4F 3E
Octal 352 274 120 0 24 102 10 52 117 76
Binary 11101010 10111100 1010000 0 10100 1000010 1000 101010 1001111 111110

Color Harmonies of #EABC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC50

Black with #EABC50

Text Example


Text Example

White with #EABC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC50; }

 p { color: rgb(234,188,80); }

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

background-color css

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

 a { background-color: rgb(234,188,80); }

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

border-color css

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

 span { border-color: rgb(234,188,80); }

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