Html Css Color HEX #EAB950 Ronchi

📋 copy color: '#EAB950'

red 234 ◦ green 185 ◦ blue 80

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

Shades of Ronchi #EAB950

Tints of Ronchi #EAB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

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

R = 46.89%
G = 37.07%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAB950 (or 0xEAB950) is known color: Ronchi. HEX triplet: EA, B9 and 50. RGB value is (234,185,80). Sum of RGB (Red+Green+Blue) = 234+185+80=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB950 is #1546AF. Grayscale: #BCBCBC. Windows color (decimal): -1394352 or 5290474. OLE color: 5290474.

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

Color convert

RGB 234 185 80 -
CMYK 0 0.21 0.66 0.08
HSL 40.91º 0.79% 0.62% -
HSV(B) 40.91º 0.66% 0.92% -
XYZ 52.73 52.77 15 -
YUV 187.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 234 185 80 0 0.21 0.66 0.08 40.91 0.79 0.62
Hex EA B9 50 0 15 42 8 29 4F 3E
Octal 352 271 120 0 25 102 10 51 117 76
Binary 11101010 10111001 1010000 0 10101 1000010 1000 101001 1001111 111110

Color Harmonies of #EAB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB950

Black with #EAB950

Text Example


Text Example

White with #EAB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB950; }

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

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

background-color css

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

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

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

border-color css

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

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

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