Html Css Color HEX #EAB943 Ronchi

📋 copy color: '#EAB943'

red 234 ◦ green 185 ◦ blue 67

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

Shades of Ronchi #EAB943

Tints of Ronchi #EAB943

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.07%

 BLUE value IS 67 (26.56% from 255) = 13.79%

R = 48.15%
G = 38.07%
B = 13.79%

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

#EAB943 (or 0xEAB943) is known color: Ronchi. HEX triplet: EA, B9 and 43. RGB value is (234,185,67). Sum of RGB (Red+Green+Blue) = 234+185+67=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 67 (26.56% from 255 or 13.79% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB943 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB943 is #1546BC. Grayscale: #BABABA. Windows color (decimal): -1394365 or 4438506. OLE color: 4438506.

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

Color convert

RGB 234 185 67 -
CMYK 0 0.21 0.71 0.08
HSL 42.4º 0.8% 0.59% -
HSV(B) 42.4º 0.71% 0.92% -
XYZ 52.29 52.6 12.71 -
YUV 186.2 60.73 162.09 -
System Red Green Blue C M Y K H S L
Decimal 234 185 67 0 0.21 0.71 0.08 42.4 0.8 0.59
Hex EA B9 43 0 15 47 8 2A 50 3B
Octal 352 271 103 0 25 107 10 52 120 73
Binary 11101010 10111001 1000011 0 10101 1000111 1000 101010 1010000 111011

Color Harmonies of #EAB943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB943

Black with #EAB943

Text Example


Text Example

White with #EAB943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB943; }

 p { color: rgb(234,185,67); }

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

background-color css

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

 a { background-color: rgb(234,185,67); }

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

border-color css

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

 span { border-color: rgb(234,185,67); }

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