Html Css Color HEX #EAB752 Ronchi

📋 copy color: '#EAB752'

red 234 ◦ green 183 ◦ blue 82

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

Shades of Ronchi #EAB752

Tints of Ronchi #EAB752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.43%

R = 46.89%
G = 36.67%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAB752 (or 0xEAB752) is known color: Ronchi. HEX triplet: EA, B7 and 52. RGB value is (234,183,82). Sum of RGB (Red+Green+Blue) = 234+183+82=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB752 is #1548AD. Grayscale: #BBBBBB. Windows color (decimal): -1394862 or 5421034. OLE color: 5421034.

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

Color convert

RGB 234 183 82 -
CMYK 0 0.22 0.65 0.08
HSL 39.87º 0.78% 0.62% -
HSV(B) 39.87º 0.65% 0.92% -
XYZ 52.39 51.97 15.25 -
YUV 186.74 68.9 161.71 -
System Red Green Blue C M Y K H S L
Decimal 234 183 82 0 0.22 0.65 0.08 39.87 0.78 0.62
Hex EA B7 52 0 16 41 8 28 4E 3E
Octal 352 267 122 0 26 101 10 50 116 76
Binary 11101010 10110111 1010010 0 10110 1000001 1000 101000 1001110 111110

Color Harmonies of #EAB752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB752

Black with #EAB752

Text Example


Text Example

White with #EAB752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB752; }

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

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

background-color css

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

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

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

border-color css

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

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

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