Html Css Color HEX #EAB452 Ronchi

📋 copy color: '#EAB452'

red 234 ◦ green 180 ◦ blue 82

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

Shades of Ronchi #EAB452

Tints of Ronchi #EAB452

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

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

R = 47.18%
G = 36.29%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAB452 (or 0xEAB452) is known color: Ronchi. HEX triplet: EA, B4 and 52. RGB value is (234,180,82). Sum of RGB (Red+Green+Blue) = 234+180+82=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB452 is #154BAD. Grayscale: #B9B9B9. Windows color (decimal): -1395630 or 5420266. OLE color: 5420266.

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

Color convert

RGB 234 180 82 -
CMYK 0 0.23 0.65 0.08
HSL 38.68º 0.78% 0.62% -
HSV(B) 38.68º 0.65% 0.92% -
XYZ 51.78 50.74 15.05 -
YUV 184.97 69.89 162.97 -
System Red Green Blue C M Y K H S L
Decimal 234 180 82 0 0.23 0.65 0.08 38.68 0.78 0.62
Hex EA B4 52 0 17 41 8 27 4E 3E
Octal 352 264 122 0 27 101 10 47 116 76
Binary 11101010 10110100 1010010 0 10111 1000001 1000 100111 1001110 111110

Color Harmonies of #EAB452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB452

Black with #EAB452

Text Example


Text Example

White with #EAB452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB452; }

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

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

background-color css

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

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

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

border-color css

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

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

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