Html Css Color HEX #EACD59 Portica

📋 copy color: '#EACD59'

red 234 ◦ green 205 ◦ blue 89

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

Shades of Portica #EACD59

Tints of Portica #EACD59

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.83%

 BLUE value IS 89 (35.16% from 255) = 16.86%

R = 44.32%
G = 38.83%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EACD59 (or 0xEACD59) is known color: Portica. HEX triplet: EA, CD and 59. RGB value is (234,205,89). Sum of RGB (Red+Green+Blue) = 234+205+89=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD59 is #1532A6. Grayscale: #C8C8C8. Windows color (decimal): -1389223 or 5885418. OLE color: 5885418.

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

Color convert

RGB 234 205 89 -
CMYK 0 0.12 0.62 0.08
HSL 48º 0.78% 0.63% -
HSV(B) 48º 0.62% 0.92% -
XYZ 57.57 61.88 18.36 -
YUV 200.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 234 205 89 0 0.12 0.62 0.08 48 0.78 0.63
Hex EA CD 59 0 C 3E 8 30 4E 3F
Octal 352 315 131 0 14 76 10 60 116 77
Binary 11101010 11001101 1011001 0 1100 111110 1000 110000 1001110 111111

Color Harmonies of #EACD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD59

Black with #EACD59

Text Example


Text Example

White with #EACD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD59; }

 p { color: rgb(234,205,89); }

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

background-color css

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

 a { background-color: rgb(234,205,89); }

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

border-color css

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

 span { border-color: rgb(234,205,89); }

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