Html Css Color HEX #EAB75D Ronchi

📋 copy color: '#EAB75D'

red 234 ◦ green 183 ◦ blue 93

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

Shades of Ronchi #EAB75D

Tints of Ronchi #EAB75D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.88%

 BLUE value IS 93 (36.72% from 255) = 18.24%

R = 45.88%
G = 35.88%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAB75D (or 0xEAB75D) is known color: Ronchi. HEX triplet: EA, B7 and 5D. RGB value is (234,183,93). Sum of RGB (Red+Green+Blue) = 234+183+93=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB75D is #1548A2. Grayscale: #BCBCBC. Windows color (decimal): -1394851 or 6141930. OLE color: 6141930.

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

Color convert

RGB 234 183 93 -
CMYK 0 0.22 0.60 0.08
HSL 38.3º 0.77% 0.64% -
HSV(B) 38.3º 0.6% 0.92% -
XYZ 52.84 52.15 17.64 -
YUV 187.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 234 183 93 0 0.22 0.60 0.08 38.3 0.77 0.64
Hex EA B7 5D 0 16 3C 8 26 4D 40
Octal 352 267 135 0 26 74 10 46 115 100
Binary 11101010 10110111 1011101 0 10110 111100 1000 100110 1001101 1000000

Color Harmonies of #EAB75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB75D

Black with #EAB75D

Text Example


Text Example

White with #EAB75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB75D; }

 p { color: rgb(234,183,93); }

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

background-color css

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

 a { background-color: rgb(234,183,93); }

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

border-color css

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

 span { border-color: rgb(234,183,93); }

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