Html Css Color HEX #EAB44A Ronchi

📋 copy color: '#EAB44A'

red 234 ◦ green 180 ◦ blue 74

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

Shades of Ronchi #EAB44A

Tints of Ronchi #EAB44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.16%

R = 47.95%
G = 36.89%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAB44A (or 0xEAB44A) is known color: Ronchi. HEX triplet: EA, B4 and 4A. RGB value is (234,180,74). Sum of RGB (Red+Green+Blue) = 234+180+74=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB44A is #154BB5. Grayscale: #B8B8B8. Windows color (decimal): -1395638 or 4895978. OLE color: 4895978.

HSL color Cylindrical-coordinate representation of color #EAB44A: hue angle of 39.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAB44A is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 74 -
CMYK 0 0.23 0.68 0.08
HSL 39.75º 0.79% 0.6% -
HSV(B) 39.75º 0.68% 0.92% -
XYZ 51.49 50.63 13.54 -
YUV 184.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 234 180 74 0 0.23 0.68 0.08 39.75 0.79 0.6
Hex EA B4 4A 0 17 44 8 28 4F 3C
Octal 352 264 112 0 27 104 10 50 117 74
Binary 11101010 10110100 1001010 0 10111 1000100 1000 101000 1001111 111100

Color Harmonies of #EAB44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB44A

Black with #EAB44A

Text Example


Text Example

White with #EAB44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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