Html Css Color HEX #EAB14A Ronchi

📋 copy color: '#EAB14A'

red 234 ◦ green 177 ◦ blue 74

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

Shades of Ronchi #EAB14A

Tints of Ronchi #EAB14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

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

R = 48.25%
G = 36.49%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAB14A (or 0xEAB14A) is known color: Ronchi. HEX triplet: EA, B1 and 4A. RGB value is (234,177,74). Sum of RGB (Red+Green+Blue) = 234+177+74=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB14A is #154EB5. Grayscale: #B6B6B6. Windows color (decimal): -1396406 or 4895210. OLE color: 4895210.

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

Color convert

RGB 234 177 74 -
CMYK 0 0.24 0.68 0.08
HSL 38.63º 0.79% 0.6% -
HSV(B) 38.63º 0.68% 0.92% -
XYZ 50.89 49.43 13.34 -
YUV 182.3 66.88 164.88 -
System Red Green Blue C M Y K H S L
Decimal 234 177 74 0 0.24 0.68 0.08 38.63 0.79 0.6
Hex EA B1 4A 0 18 44 8 27 4F 3C
Octal 352 261 112 0 30 104 10 47 117 74
Binary 11101010 10110001 1001010 0 11000 1000100 1000 100111 1001111 111100

Color Harmonies of #EAB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB14A

Black with #EAB14A

Text Example


Text Example

White with #EAB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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