Html Css Color HEX #EABC52 Ronchi

📋 copy color: '#EABC52'

red 234 ◦ green 188 ◦ blue 82

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

Shades of Ronchi #EABC52

Tints of Ronchi #EABC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

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

R = 46.43%
G = 37.3%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EABC52 (or 0xEABC52) is known color: Ronchi. HEX triplet: EA, BC and 52. RGB value is (234,188,82). Sum of RGB (Red+Green+Blue) = 234+188+82=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC52 is #1543AD. Grayscale: #BEBEBE. Windows color (decimal): -1393582 or 5422314. OLE color: 5422314.

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

Color convert

RGB 234 188 82 -
CMYK 0 0.20 0.65 0.08
HSL 41.84º 0.78% 0.62% -
HSV(B) 41.84º 0.65% 0.92% -
XYZ 53.44 54.07 15.6 -
YUV 189.67 67.24 159.62 -
System Red Green Blue C M Y K H S L
Decimal 234 188 82 0 0.20 0.65 0.08 41.84 0.78 0.62
Hex EA BC 52 0 14 41 8 2A 4E 3E
Octal 352 274 122 0 24 101 10 52 116 76
Binary 11101010 10111100 1010010 0 10100 1000001 1000 101010 1001110 111110

Color Harmonies of #EABC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC52

Black with #EABC52

Text Example


Text Example

White with #EABC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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