Html Css Color HEX #EAB844 Ronchi

📋 copy color: '#EAB844'

red 234 ◦ green 184 ◦ blue 68

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

Shades of Ronchi #EAB844

Tints of Ronchi #EAB844

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

 BLUE value IS 68 (26.95% from 255) = 13.99%

R = 48.15%
G = 37.86%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAB844 (or 0xEAB844) is known color: Ronchi. HEX triplet: EA, B8 and 44. RGB value is (234,184,68). Sum of RGB (Red+Green+Blue) = 234+184+68=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB844 is #1547BB. Grayscale: #BABABA. Windows color (decimal): -1394620 or 4503786. OLE color: 4503786.

HSL color Cylindrical-coordinate representation of color #EAB844: hue angle of 41.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAB844 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 68 -
CMYK 0 0.21 0.71 0.08
HSL 41.93º 0.8% 0.59% -
HSV(B) 41.93º 0.71% 0.92% -
XYZ 52.12 52.19 12.8 -
YUV 185.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 234 184 68 0 0.21 0.71 0.08 41.93 0.8 0.59
Hex EA B8 44 0 15 47 8 2A 50 3B
Octal 352 270 104 0 25 107 10 52 120 73
Binary 11101010 10111000 1000100 0 10101 1000111 1000 101010 1010000 111011

Color Harmonies of #EAB844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB844

Black with #EAB844

Text Example


Text Example

White with #EAB844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB844; }

 p { color: rgb(234,184,68); }

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

background-color css

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

 a { background-color: rgb(234,184,68); }

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

border-color css

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

 span { border-color: rgb(234,184,68); }

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