Html Css Color HEX #EAB652 Ronchi

📋 copy color: '#EAB652'

red 234 ◦ green 182 ◦ blue 82

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

Shades of Ronchi #EAB652

Tints of Ronchi #EAB652

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

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

R = 46.99%
G = 36.55%
B = 16.47%

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

#EAB652 (or 0xEAB652) is known color: Ronchi. HEX triplet: EA, B6 and 52. RGB value is (234,182,82). Sum of RGB (Red+Green+Blue) = 234+182+82=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB652 is #1549AD. Grayscale: #BABABA. Windows color (decimal): -1395118 or 5420778. OLE color: 5420778.

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

Color convert

RGB 234 182 82 -
CMYK 0 0.22 0.65 0.08
HSL 39.47º 0.78% 0.62% -
HSV(B) 39.47º 0.65% 0.92% -
XYZ 52.18 51.56 15.18 -
YUV 186.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 234 182 82 0 0.22 0.65 0.08 39.47 0.78 0.62
Hex EA B6 52 0 16 41 8 27 4E 3E
Octal 352 266 122 0 26 101 10 47 116 76
Binary 11101010 10110110 1010010 0 10110 1000001 1000 100111 1001110 111110

Color Harmonies of #EAB652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB652

Black with #EAB652

Text Example


Text Example

White with #EAB652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB652; }

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

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

background-color css

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

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

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

border-color css

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

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

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