Html Css Color HEX #EACF56 Portica

📋 copy color: '#EACF56'

red 234 ◦ green 207 ◦ blue 86

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

Shades of Portica #EACF56

Tints of Portica #EACF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.28%

 BLUE value IS 86 (33.98% from 255) = 16.32%

R = 44.4%
G = 39.28%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EACF56 (or 0xEACF56) is known color: Portica. HEX triplet: EA, CF and 56. RGB value is (234,207,86). Sum of RGB (Red+Green+Blue) = 234+207+86=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF56 is #1530A9. Grayscale: #C9C9C9. Windows color (decimal): -1388714 or 5689322. OLE color: 5689322.

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

Color convert

RGB 234 207 86 -
CMYK 0 0.12 0.63 0.08
HSL 49.05º 0.78% 0.63% -
HSV(B) 49.05º 0.63% 0.92% -
XYZ 57.92 62.79 17.87 -
YUV 201.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 234 207 86 0 0.12 0.63 0.08 49.05 0.78 0.63
Hex EA CF 56 0 C 3F 8 31 4E 3F
Octal 352 317 126 0 14 77 10 61 116 77
Binary 11101010 11001111 1010110 0 1100 111111 1000 110001 1001110 111111

Color Harmonies of #EACF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF56

Black with #EACF56

Text Example


Text Example

White with #EACF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF56; }

 p { color: rgb(234,207,86); }

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

background-color css

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

 a { background-color: rgb(234,207,86); }

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

border-color css

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

 span { border-color: rgb(234,207,86); }

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