Html Css Color HEX #EACE54 Portica

📋 copy color: '#EACE54'

red 234 ◦ green 206 ◦ blue 84

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

Shades of Portica #EACE54

Tints of Portica #EACE54

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

 BLUE value IS 84 (33.2% from 255) = 16.03%

R = 44.66%
G = 39.31%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EACE54 (or 0xEACE54) is known color: Portica. HEX triplet: EA, CE and 54. RGB value is (234,206,84). Sum of RGB (Red+Green+Blue) = 234+206+84=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE54 is #1531AB. Grayscale: #C8C8C8. Windows color (decimal): -1388972 or 5557994. OLE color: 5557994.

HSL color Cylindrical-coordinate representation of color #EACE54: hue angle of 48.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EACE54 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 206 84 -
CMYK 0 0.12 0.64 0.08
HSL 48.8º 0.78% 0.62% -
HSV(B) 48.8º 0.64% 0.92% -
XYZ 57.6 62.28 17.37 -
YUV 200.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 234 206 84 0 0.12 0.64 0.08 48.8 0.78 0.62
Hex EA CE 54 0 C 40 8 31 4E 3E
Octal 352 316 124 0 14 100 10 61 116 76
Binary 11101010 11001110 1010100 0 1100 1000000 1000 110001 1001110 111110

Color Harmonies of #EACE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE54

Black with #EACE54

Text Example


Text Example

White with #EACE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE54; }

 p { color: rgb(234,206,84); }

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

background-color css

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

 a { background-color: rgb(234,206,84); }

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

border-color css

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

 span { border-color: rgb(234,206,84); }

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